From 344342b27431fe2484b91ee02fc83141f9b743c1 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 16 Mar 2004 16:21:02 +0000 Subject: changed order of LANGUAGE value for Filipino so monolingual windowmanagers can have translated menus --- perl-install/lang.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 9ecbc72ec..a9a3394f7 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -90,7 +90,9 @@ our %langs = ( 'nl' => [ 'Dutch', 'Nederlands', 'nl_NL', '1 ', 'iso-8859-15' ], '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' ], -'ph' => [ 'Filipino', 'Filipino', 'ph_PH', ' 2 ', 'iso-8859-1', 'ph:tl' ], +# 'tl' in priority position for now, as 'ph' is not yet official and 'tl' +# is used instead. Monolingual window managers won't see the menus otherwise +'ph' => [ 'Filipino', 'Filipino', 'ph_PH', ' 2 ', 'iso-8859-1', 'tl:ph' ], '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' ], -- cgit v1.2.1