move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
}
|
||||
|
||||
if ($argc!=2) {
|
||||
print "Usage: ".$argv[0]." <strings.php>\n\n";
|
||||
print "Usage: ".$argv[0]." <hstrings.php>\n\n";
|
||||
return;
|
||||
}
|
||||
|
||||
$phpfile = $argv[1];
|
||||
$pofile = dirname($phpfile)."/messages.po";
|
||||
$pofile = dirname($phpfile)."/hmessages.po";
|
||||
|
||||
if (!file_exists($phpfile)){
|
||||
print "Unable to find '$phpfile'\n";
|
||||
|
||||
Reference in New Issue
Block a user