mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Translation keys available client side (Dict.S()) : format + JS/PHPDoc
SVN:trunk[5890]
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -688,6 +688,10 @@ function Format() {
|
||||
return str;
|
||||
}
|
||||
|
||||
/**
|
||||
* Enable to access translation keys client side.
|
||||
* The called keys needs to be exported using \WebPage::add_dict_entry
|
||||
*/
|
||||
var Dict = {};
|
||||
if (typeof aDictEntries == 'undefined') {
|
||||
Dict._entries = {}; // Entries have not been loaded (we are in the setup ?)
|
||||
|
||||
Reference in New Issue
Block a user