fix po2php plurals regexp and IT strings.php

This commit is contained in:
fabrixxm 2011-05-11 07:12:14 +02:00
parent c1b2e90e37
commit 771c58da62
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ function po2php_run($argv, $argc) {
} }
if ($inv) { $inv = False; $out .= '"'.$v.'"'; } if ($inv) { $inv = False; $out .= '"'.$v.'"'; }
if ($k!="") $out .= $arr?");\n":";\n"; if ($k!="") $out .= $arr?");\n":";\n";