Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000
This commit is contained in:
@@ -302,7 +302,7 @@ class workspaceTools
|
|||||||
$names = explode(".", basename($poFile));
|
$names = explode(".", basename($poFile));
|
||||||
$extension = array_pop($names);
|
$extension = array_pop($names);
|
||||||
$langid = array_pop($names);
|
$langid = array_pop($names);
|
||||||
if (strcasecmp($langid, "en") != 0 && $first) {
|
if ($first) {
|
||||||
CLI::logging("Updating XML form translations with $poName\n");
|
CLI::logging("Updating XML form translations with $poName\n");
|
||||||
Language::import($poFile, true, false);
|
Language::import($poFile, true, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user