mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Don't translate english to english
This commit is contained in:
parent
699ffc1302
commit
40a39f0ced
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue