From 101faf8aa22c37e88d5e783a83b19c53fad0ad16 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 14 Sep 2004 10:45:59 +0000 Subject: comment for default:LTR --- perl-install/lang.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 5242dac65..db564a7ee 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -158,10 +158,12 @@ sub list_langs { $options{exclude_non_installed} ? grep { -e "/usr/share/locale/" . l2locale($_) . "/LC_CTYPE" } @l : @l; } +sub text_direction_rtl() { #-PO: the string "default:LTR" can be translated *ONLY* as "default:LTR" #-PO: or as "default:RTL", depending if your language is written from #-PO: left to right, or from right to left; any other string is wrong. -sub text_direction_rtl() { N("default:LTR") eq "default:RTL" } + N("default:LTR") eq "default:RTL" +} #- key: country name (that should be YY in xx_YY locale) -- cgit v1.2.1