This commit is contained in:
Bofh 2021-11-25 01:03:09 +01:00
parent 91f6dd2a8b
commit 077d030757
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ $lang_file = '/src/locales/'.$lang.'.json';
$locales = (object)[];
if (file_exists($lang_file))
$locales = json_decode(file_get_contents($lang_file), true);
$locales;
function l($key, $default='') {
global $locales;