This commit is contained in:
yumoqing 2025-12-28 13:38:09 +08:00
parent f5a58a77cb
commit caf960c90e

View File

@ -17,7 +17,7 @@ bricks.I18n = class {
} }
*/ */
this.url = opts.url || '/i18n' this.url = opts.url || '/i18n'
htis.i18n_path = opts.i18n_path; this.i18n_path = opts.i18n_path;
this.lang = opts.lang; this.lang = opts.lang;
this.method = opts.method || 'GET'; this.method = opts.method || 'GET';
this.lang_msgs = {}; this.lang_msgs = {};