From be1ffca6f41cef79c481ce58a2cd3c5fc16fd8b2 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 27 Jul 2016 22:28:30 -0700 Subject: fix italian strings (messed up by rtl variable); and finish removing openid from core --- util/po2php.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util') 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.'"] = '; } -- cgit v1.2.3