From: Bruno Haible Date: Fri, 19 Apr 2002 21:22:34 +0000 (+0000) Subject: Update to newest ISO-639. X-Git-Tag: 0.11.2-branchpoint~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae46d0d00ea5fad0bfab9b40f4c9e751b03b3f9;p=thirdparty%2Fgettext.git Update to newest ISO-639. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 9a6d1c44d..49dfffa95 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-19 Bruno Haible + + * po-model.el (po-team-name-to-code): Add Ido and Walloon. Change + Javanese from jw to jv. + 2002-03-15 Bruno Haible * gettextize.in: Use "sed -e 1q" instead of "head -1", for compliance diff --git a/misc/po-mode.el b/misc/po-mode.el index a531e0aa8..878195876 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -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") diff --git a/src/ChangeLog b/src/ChangeLog index fc31af26e..8e9a7d0ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-04-19 Bruno Haible + + * msginit.c (catalogname_for_locale): Add wa_BE. Change Javanese from + jw to jv. + 2002-04-15 Bruno Haible * po-lex.h (po_gram_error): Treat Apple's version of GCC like non-GCC. diff --git a/src/msginit.c b/src/msginit.c index 2a6e087f6..277d060c4 100644 --- a/src/msginit.c +++ b/src/msginit.c @@ -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;