summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index dde101511..5242dac65 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -158,6 +158,9 @@ sub list_langs {
$options{exclude_non_installed} ? grep { -e "/usr/share/locale/" . l2locale($_) . "/LC_CTYPE" } @l : @l;
}
+#-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" }