diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-05-11 07:12:14 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-06-07 11:39:06 +0200 |
commit | 771c58da62b9835e17f68630f6b36bdc56916560 (patch) | |
tree | a03444070e38b4e79d3e3add0d38d197f548a90b | |
parent | c1b2e90e3720961c280f6378e48fda7bad7c3ad0 (diff) | |
download | volse-hubzilla-771c58da62b9835e17f68630f6b36bdc56916560.tar.gz volse-hubzilla-771c58da62b9835e17f68630f6b36bdc56916560.tar.bz2 volse-hubzilla-771c58da62b9835e17f68630f6b36bdc56916560.zip |
fix po2php plurals regexp and IT strings.php
-rw-r--r-- | util/po2php.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/po2php.php b/util/po2php.php index 239eafb5f..1a86bb38d 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"; |