From: fabrixxm Date: Wed, 11 May 2011 05:12:14 +0000 (+0200) Subject: fix po2php plurals regexp and IT strings.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=771c58da62b9835e17f68630f6b36bdc56916560;p=friendica.git fix po2php plurals regexp and IT strings.php --- diff --git a/util/po2php.php b/util/po2php.php index 239eafb5f3..1a86bb38d0 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -102,7 +102,7 @@ function po2php_run($argv, $argc) { } - + if ($inv) { $inv = False; $out .= '"'.$v.'"'; } if ($k!="") $out .= $arr?");\n":";\n";