emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb f466e6e 342/350: Add some country name "shorthands


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb f466e6e 342/350: Add some country name "shorthands"
Date: Mon, 14 Aug 2017 11:47:07 -0400 (EDT)

branch: externals/ebdb
commit f466e6eab42d292a7e4f9eb9c1398bbfeb2572f8
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Add some country name "shorthands"
    
    * ebdb-i18n.el (ebdb-i18n-countries): Country names were previously
      fully written out, leading to some silly address displays. Add
      elements to this alist permitting selection by country
      abbreviations. Abbreviated elements come before the fully-written
      elements, meaning that, while completing-read will accept either
      string, display will use the abbreviated string.
---
 ebdb-i18n.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ebdb-i18n.el b/ebdb-i18n.el
index c9a4f01..b1d9ae3 100644
--- a/ebdb-i18n.el
+++ b/ebdb-i18n.el
@@ -183,6 +183,7 @@
     ("South Korea" . kor)
     ("Kuwait" . kwt)
     ("Kyrgyzstan" . kgz)
+    ("Laos" . lao)
     ("Lao People's Democratic Republic" . lao)
     ("Latvia" . lva)
     ("Lebanon" . lbn)
@@ -268,6 +269,7 @@
     ("Solomon Islands" . slb)
     ("Somalia" . som)
     ("South Africa" . zaf)
+    ("South Georgia" . sgs)
     ("South Georgia and the South Sandwich Islands" . sgs)
     ("South Sudan" . ssd)
     ("Spain" . esp)
@@ -295,8 +297,11 @@
     ("Tuvalu" . tuv)
     ("Uganda" . uga)
     ("Ukraine" . ukr)
+    ("UAE" . are)
     ("United Arab Emirates" . are)
+    ("UK" . gbr)
     ("United Kingdom of Great Britain and Northern Ireland" . gbr)
+    ("USA" . usa)
     ("United States of America" . usa)
     ("United States Minor Outlying Islands" . umi)
     ("Uruguay" . ury)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]