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:
Marco Antonio Nina
2014-08-20 14:19:04 -04:00
parent 04255585bb
commit 202d75acad

View File

@@ -2191,7 +2191,7 @@ function __()
eval("trn = TRANSLATIONS_" + argv[0].toUpperCase() + "[argv[1]];");
}
} else {
trn = argv[1];
trn = argv[1];
}
} else {
PMExt.error('Processmaker JS Core Error', 'The TRANSLATIONS ' + argv[0].toUpperCase() + ' global object is not loaded!');