Merge pull request #951 from marcoAntonioNina/BUG-9926
BUG 9926 Add a new RTL Skin to support Arabic Language SOLVED
This commit is contained in:
@@ -315,6 +315,8 @@ class workspaceTools
|
|||||||
} elseif ($first) {
|
} elseif ($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 );
|
||||||
|
CLI::logging( "Updating database translations with $poName\n" );
|
||||||
|
Language::import( $poFile, false, true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user