Merge pull request #1662 from marcoAntonioNina/BUG-11505
BUG-11505 Al realizar el upgrade se ven errores... SOLVED
This commit is contained in:
@@ -302,12 +302,12 @@ class workspaceTools
|
||||
$names = explode(".", basename($poFile));
|
||||
$extension = array_pop($names);
|
||||
$langid = array_pop($names);
|
||||
CLI::logging("Updating database translations with $poName\n");
|
||||
Language::import($poFile, false, true);
|
||||
if ($first) {
|
||||
CLI::logging("Updating XML form translations with $poName\n");
|
||||
Language::import($poFile, true, false);
|
||||
}
|
||||
CLI::logging("Updating database translations with $poName\n");
|
||||
Language::import($poFile, false, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user