GRN2-xx: Replaced language files with the updated versions (Fixed #813) (#814)

* Updated language files

* Added fix for javascript languages
This commit is contained in:
Ahmad Farhat
2019-10-11 08:53:40 -04:00
committed by Jesus Federico
parent c1de7f8f70
commit 628790733e
20 changed files with 2410 additions and 589 deletions

View File

@ -39,7 +39,7 @@ function getLocalizedString(key) {
// If key is not found, search the fallback language for the key
if (translated === undefined) {
if (translated === null || translated === undefined) {
translated = I18nFallback
keyArr.forEach(function(k) {