BUG-15567 Cases List Problema con los idiomas al traducir... SOLVED
- It don't have the functionality. - The ___() function was changed to return the lable without *** if it this is not found. - HOME columns translations, inside the Enterprise, were included.
This commit is contained in:
@@ -2191,7 +2191,7 @@ function __()
|
|||||||
eval("trn = TRANSLATIONS_" + argv[0].toUpperCase() + "[argv[1]];");
|
eval("trn = TRANSLATIONS_" + argv[0].toUpperCase() + "[argv[1]];");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
trn = argv[1];
|
trn = argv[1];
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
PMExt.error('Processmaker JS Core Error', 'The TRANSLATIONS ' + argv[0].toUpperCase() + ' global object is not loaded!');
|
PMExt.error('Processmaker JS Core Error', 'The TRANSLATIONS ' + argv[0].toUpperCase() + ' global object is not loaded!');
|
||||||
|
|||||||
Reference in New Issue
Block a user