diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-18 19:21:29 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-18 19:21:29 +0000 |
commit | afcb914c8de131b99656f99a6bbef4650c516521 (patch) | |
tree | 84d1446c3967ecf5b8d1b80c06cfa781fdaff1c7 /perl-install/lang.pm | |
parent | 011dac42ace99bbcc235dd47bff81cacff7f568a (diff) | |
download | drakx-backup-do-not-use-afcb914c8de131b99656f99a6bbef4650c516521.tar drakx-backup-do-not-use-afcb914c8de131b99656f99a6bbef4650c516521.tar.gz drakx-backup-do-not-use-afcb914c8de131b99656f99a6bbef4650c516521.tar.bz2 drakx-backup-do-not-use-afcb914c8de131b99656f99a6bbef4650c516521.tar.xz drakx-backup-do-not-use-afcb914c8de131b99656f99a6bbef4650c516521.zip |
reposition main and steps window when in RTL language
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index d642106f5..772b443a1 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -118,6 +118,9 @@ sub list_langs { $options{exclude_non_installed} ? grep { -e "/usr/share/locale/".l2locale($_)."/LC_CTYPE" } @l : @l; } +sub text_direction_rtl { N("default:LTR") eq "default:RTL" } + + #- key: country name (that should be YY in xx_YY locale) #- [0]: country name in natural language #- [1]: default locale for that country |