fix italian strings (messed up by rtl variable); and finish removing openid from core

This commit is contained in:
redmatrix
2016-07-27 22:28:30 -07:00
parent 987eb90e18
commit be1ffca6f4
3 changed files with 2313 additions and 2324 deletions

View File

@@ -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.'"] = '; }