This commit is contained in:
yumoqing 2025-12-28 17:11:10 +08:00
parent 2a25a718be
commit bc70f591ad

View File

@ -75,6 +75,7 @@ bricks.I18n = class {
this.setup_dict(d, lang);
} catch(e) {
console.log('get_lang_dic() error', lang, e);
this.setup_dict({}, lang);
}
}