diff options
author | redmatrix <git@macgirvin.com> | 2016-07-27 22:28:30 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-27 22:28:30 -0700 |
commit | be1ffca6f41cef79c481ce58a2cd3c5fc16fd8b2 (patch) | |
tree | 22c4a2f53fdc03c634132a51a8743f0a31c95e09 /util/po2php.php | |
parent | 987eb90e18149ef34b1e800c458efc4049e15f7d (diff) | |
download | volse-hubzilla-be1ffca6f41cef79c481ce58a2cd3c5fc16fd8b2.tar.gz volse-hubzilla-be1ffca6f41cef79c481ce58a2cd3c5fc16fd8b2.tar.bz2 volse-hubzilla-be1ffca6f41cef79c481ce58a2cd3c5fc16fd8b2.zip |
fix italian strings (messed up by rtl variable); and finish removing openid from core
Diffstat (limited to 'util/po2php.php')
-rw-r--r-- | util/po2php.php | 3 |
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.'"] = '; } |