diff --git a/bricks/i18n.js b/bricks/i18n.js index e070491..a6daf26 100644 --- a/bricks/i18n.js +++ b/bricks/i18n.js @@ -39,7 +39,7 @@ bricks.I18n = class { if (mt == txt) { this.set_uni18n(txt); } - return txt; + return outt; } set_uni18n(txt){ var d = this.lang_msgs[this.lang].unmsgs;