aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-27 22:28:30 -0700
committerredmatrix <git@macgirvin.com>2016-07-27 22:28:30 -0700
commitbe1ffca6f41cef79c481ce58a2cd3c5fc16fd8b2 (patch)
tree22c4a2f53fdc03c634132a51a8743f0a31c95e09 /util
parent987eb90e18149ef34b1e800c458efc4049e15f7d (diff)
downloadvolse-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')
-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.'"] = '; }