forked from kevinowino869/mitrobill
Don't translate english to english
This commit is contained in:
parent
699ffc1302
commit
40a39f0ced
@ -24,7 +24,7 @@ class Lang
|
||||
return $_L[$key];
|
||||
} else {
|
||||
$iso = Lang::getIsoLang()[$config['language']];
|
||||
if (empty($iso)) {
|
||||
if (empty($iso) || $iso == 'en') {
|
||||
return $val;
|
||||
}
|
||||
if (!empty($iso) && !empty($val)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user