This commit is contained in:
yumoqing 2025-12-28 17:21:42 +08:00
parent 57f75b0ca5
commit 980176d973

View File

@ -39,7 +39,7 @@ bricks.I18n = class {
if (mt == txt) { if (mt == txt) {
this.set_uni18n(txt); this.set_uni18n(txt);
} }
return txt; return outt;
} }
set_uni18n(txt){ set_uni18n(txt){
var d = this.lang_msgs[this.lang].unmsgs; var d = this.lang_msgs[this.lang].unmsgs;