forked from External/greenlight
* Updated language files * Added fix for javascript languages
This commit is contained in:
committed by
Jesus Federico
parent
c1de7f8f70
commit
628790733e
@ -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) {
|
||||
|
Reference in New Issue
Block a user