From: Bruno Haible Date: Thu, 14 Mar 2002 22:46:26 +0000 (+0000) Subject: Three more teams. X-Git-Tag: 0.11.2-branchpoint~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3c8c2aa2976aefcd184eb602f6adfb681c8887;p=thirdparty%2Fgettext.git Three more teams. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index c257c6787..787d7188b 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-14 Karl Eichwalder + + * po-mode.el (po-team-name-to-code): Add es_AR, zh_CN, and zh_TW. + 2002-03-12 Bruno Haible * gettext-0.11.1 released. diff --git a/misc/po-mode.el b/misc/po-mode.el index b67bb0eed..a531e0aa8 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -180,6 +180,7 @@ slightly different." ("Albanian" . "sq") ("Amharic" . "am") ("Arabic" . "ar") + ("Argentinian" . "es_AR") ("Armenian" . "hy") ("Assamese" . "as") ("Avestan" . "ae") @@ -200,6 +201,8 @@ slightly different." ("Chamorro" . "ch") ("Chechen" . "ce") ("Chinese" . "zh") + ("Chinese (simplified)" . "zh_CN") + ("Chinese (traditional)" . "zh_TW") ("Church Slavic" . "cu") ("Chuvash" . "cv") ("Cornish" . "kw")