BUG 9926 Add a new RTL Skin to support Arabic Language SOLVED

- No was regenerate table translation from translation-repair.
- was add call.
This commit is contained in:
Marco Antonio Nina
2012-11-14 16:04:36 -04:00
parent 97ccf1b9f8
commit 3cc3043dc1

View File

@@ -315,6 +315,8 @@ class workspaceTools
} elseif ($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 );
}
}
}