@ -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;