aboutsummaryrefslogtreecommitdiffstats
path: root/util/po2php.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-26 23:44:30 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-26 23:44:30 -0700
commitcd2b8115554e44c31867b4f1fdb4b2c0a3464097 (patch)
treeea813e421210193c772016ed9667e72776c4a03a /util/po2php.php
parent15d1a6c9374a20379d98bfac729ecf10609a7759 (diff)
downloadvolse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.tar.gz
volse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.tar.bz2
volse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.zip
move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.
Diffstat (limited to 'util/po2php.php')
-rw-r--r--util/po2php.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/po2php.php b/util/po2php.php
index 34aedf030..e8f6c2c39 100644
--- a/util/po2php.php
+++ b/util/po2php.php
@@ -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';