]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update to newest ISO-639.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Apr 2002 21:22:34 +0000 (21:22 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:52 +0000 (12:07 +0200)
misc/ChangeLog
misc/po-mode.el
src/ChangeLog
src/msginit.c

index 9a6d1c44df4ea58d3dbdb433adab5e50879d80d7..49dfffa954fd3827c6246381198433ebcbf47a5c 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-19  Bruno Haible  <bruno@clisp.org>
+
+       * po-model.el (po-team-name-to-code): Add Ido and Walloon. Change
+       Javanese from jw to jv.
+
 2002-03-15  Bruno Haible  <bruno@clisp.org>
 
        * gettextize.in: Use "sed -e 1q" instead of "head -1", for compliance
index a531e0aa810eccacc3b9e5b36b8a7a93ffb9e5e2..8781958764642fd1635bae70932f605b5206013f 100644 (file)
@@ -233,6 +233,7 @@ slightly different."
     ("Hiri Motu" . "ho")
     ("Hungarian" . "hu")
     ("Icelandic" . "is")
+    ("Ido" . "io")
     ("Indonesian" . "id")
     ("Interlingua" . "ia")
     ("Interlingue" . "ie")
@@ -241,7 +242,7 @@ slightly different."
     ("Irish" . "ga")
     ("Italian" . "it")
     ("Japanese" . "ja")
-    ("Javanese" . "jw")
+    ("Javanese" . "jv")
     ("Kalaallisut" . "kl")
     ("Kannada" . "kn")
     ("Kashmiri" . "ks")
@@ -338,6 +339,7 @@ slightly different."
     ("Uzbek" . "uz")
     ("Vietnamese" . "vi")
     ("Volapuk" . "vo")
+    ("Walloon" . "wa")
     ("Welsh" . "cy")
     ("Wolof" . "wo")
     ("Xhosa" . "xh")
index fc31af26ea7c1bc6e0ccaf4f452ebad3dc1457e4..8e9a7d0ee7a60c7b23903c740f03a8d4781a5525 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-19  Bruno Haible  <bruno@clisp.org>
+
+       * msginit.c (catalogname_for_locale): Add wa_BE. Change Javanese from
+       jw to jv.
+
 2002-04-15  Bruno Haible  <bruno@clisp.org>
 
        * po-lex.h (po_gram_error): Treat Apple's version of GCC like non-GCC.
index 2a6e087f6a554071fda9016eb0ae169b6e76a545..277d060c431d14ff9ee0900aed89c0fee2a01b0d 100644 (file)
@@ -509,7 +509,7 @@ catalogname_for_locale (locale)
     "is_IS",   /* Icelandic    Iceland */
     "it_IT",   /* Italian      Italy */
     "ja_JP",   /* Japanese     Japan */
-    "jw_ID",   /* Javanese     Indonesia */
+    "jv_ID",   /* Javanese     Indonesia */
     "ka_GE",   /* Georgian     Georgia */
     "kk_KZ",   /* Kazakh       Kazakhstan */
     "kl_GL",   /* Kalaallisut  Greenland */
@@ -566,6 +566,7 @@ catalogname_for_locale (locale)
     "ur_PK",   /* Urdu         Pakistan */
     "uz_UZ",   /* Uzbek        Uzbekistan */
     "vi_VN",   /* Vietnamese   Vietnam */
+    "wa_BE",   /* Walloon      Belgium */
     "wen_DE"   /* Sorbian      Germany */
   };
   const char *dot;