From caf960c90eac5c3cd6bc405301203bccb8c2ddc0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 28 Dec 2025 13:38:09 +0800 Subject: [PATCH] bugfix --- bricks/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/i18n.js b/bricks/i18n.js index 765f297..41a3d38 100644 --- a/bricks/i18n.js +++ b/bricks/i18n.js @@ -17,7 +17,7 @@ bricks.I18n = class { } */ this.url = opts.url || '/i18n' - htis.i18n_path = opts.i18n_path; + this.i18n_path = opts.i18n_path; this.lang = opts.lang; this.method = opts.method || 'GET'; this.lang_msgs = {};