move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.

This commit is contained in:
redmatrix
2015-09-26 23:44:30 -07:00
parent 15d1a6c937
commit cd2b811555
33 changed files with 134666 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ function po2php_run($argv, $argc) {
}
$pofile = $argv[1];
$outfile = dirname($pofile)."/strings.php";
$outfile = dirname($pofile)."/hstrings.php";
if(strstr($outfile,'util'))
$lang = 'en';