aboutsummaryrefslogtreecommitdiffstats
path: root/util/po2php.php
diff options
context:
space:
mode:
Diffstat (limited to 'util/po2php.php')
-rw-r--r--util/po2php.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/po2php.php b/util/po2php.php
index a72a65ba1..7aadcac37 100644
--- a/util/po2php.php
+++ b/util/po2php.php
@@ -59,8 +59,9 @@ function po2php_run($argc,$argv) {
$out .= 'function string_plural_select_' . $lang . '($n){'."\n";
$out .= ' return '.$cond.';'."\n";
$out .= '}}'."\n";
+
+ $out .= 'App::$rtl = ' . intval($rtl) ;
}
- $out .= 'App::$rtl = ' . intval($rtl) . ';';
if ($k!="" && substr($l,0,7)=="msgstr "){
if ($ink) { $ink = False; $out .= 'App::$strings["'.$k.'"] = '; }