summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-02-05 00:56:24 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-02-05 00:56:24 +0000
commit841f8e081b4c00cdc6ac65d6af3380498fd19a59 (patch)
tree72f825f53cf83f52593f9e1b736cd0f85a031365 /perl-install/lang.pm
parenteffe26f1688610614b30b6242d32cfb6293b7c78 (diff)
downloaddrakx-841f8e081b4c00cdc6ac65d6af3380498fd19a59.tar
drakx-841f8e081b4c00cdc6ac65d6af3380498fd19a59.tar.gz
drakx-841f8e081b4c00cdc6ac65d6af3380498fd19a59.tar.bz2
drakx-841f8e081b4c00cdc6ac65d6af3380498fd19a59.tar.xz
drakx-841f8e081b4c00cdc6ac65d6af3380498fd19a59.zip
changed LANGUAGE value for languages that will need renaming
in the future (ph->fil, ltg->LTG)
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm13
1 files changed, 9 insertions, 4 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 50a49aebb..1708c86f5 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -83,7 +83,10 @@ our %langs = (
'lo' => [ 'Laotian', 'Laotian', 'lo_LA', ' 2 ', 'utf_lo' ],
'lt' => [ 'Lithuanian', 'Lietuviskai', 'lt_LT', '1 ', 'iso-8859-13' ],
#- ltg_LV locale not done yet, using lv_LV for now
-'ltg' => [ 'Latgalian', 'Latgalisu', 'lv_LV', '1 ', 'iso-8859-13', 'ltg:lv' ],
+#- "ltg" is not a standard lang code, ISO-639 code was refused;
+#- LTG_LV should be used instead (uppercase is for non-standard
+#- langcodes, as defined by locale naming standard
+'ltg' => [ 'Latgalian', 'Latgalisu', 'lv_LV', '1 ', 'iso-8859-13', 'ltg:LTG:lv' ],
'lv' => [ 'Latvian', 'Latviesu', 'lv_LV', '1 ', 'iso-8859-13' ],
'mi' => [ 'Maori', 'Maori', 'mi_NZ', ' 4 ', 'unicode' ],
'mk' => [ 'Macedonian', 'Makedonski', 'mk_MK', '1 ', 'utf_cyr1' ],
@@ -99,9 +102,11 @@ our %langs = (
'nn' => [ 'Norwegian Nynorsk', 'Norsk, Nynorsk', 'nn_NO', '1 ', 'iso-8859-1', 'nn:no@nynorsk:no_NY:no:nb' ],
'oc' => [ 'Occitan', 'Occitan', 'oc_FR', '1 ', 'iso-8859-1', 'oc:fr_FR:fr' ],
'pa' => [ 'Punjabi', 'ZZ Punjabi', 'pa_IN', ' 2 ', 'unicode' ],
-# 'tl' in priority position for now, as 'ph' is not yet official and 'tl'
-# is used instead. Monolingual window managers will not see the menus otherwise
-'ph' => [ 'Filipino', 'Filipino', 'ph_PH', ' 2 ', 'iso-8859-1', 'tl:ph' ],
+#- 'tl' in priority position for now, as 'fil' is not much used.
+#- Monolingual window managers will not see the menus otherwise
+#- "ph_PH" should change to "fil_PH" in the future ("ph" is not
+#- standard lang code, "fil" is standard)
+'ph' => [ 'Filipino', 'Filipino', 'ph_PH', ' 2 ', 'iso-8859-1', 'tl:fil' ],
'pl' => [ 'Polish', 'Polski', 'pl_PL', '1 ', 'iso-8859-2' ],
'pt' => [ 'Portuguese', 'Portugues', 'pt_PT', '1 3 ', 'iso-8859-15', 'pt_PT:pt:pt_BR' ],
'pt_BR' => [ 'Portuguese Brazil', 'Portugues do Brasil', 'pt_BR', ' 5', 'iso-8859-1', 'pt_BR:pt_PT:pt' ],