forked from External/greenlight
Improve code quality to increase scrut score (#789)
This commit is contained in:
committed by
farhatahmad
parent
55d4a21dcb
commit
7c6ad6d903
@ -33,7 +33,7 @@ function getLocalizedString(key) {
|
||||
})
|
||||
|
||||
// If key is not found, search the fallback language for the key
|
||||
if (translated == undefined) {
|
||||
if (translated === undefined) {
|
||||
translated = I18nFallback
|
||||
|
||||
keyArr.forEach(function(k) {
|
||||
|
Reference in New Issue
Block a user