diff options
Diffstat (limited to 'util/po2php.php')
-rw-r--r-- | util/po2php.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/po2php.php b/util/po2php.php index a72a65ba1..50941c062 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -1,6 +1,5 @@ <?php - function po2php_run($argc,$argv) { if ($argc < 2) { @@ -59,8 +58,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.'"] = '; } |