From f4448699a4be1c446b50f9f03b2ea286e2191dba Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 29 Dec 2025 17:35:13 +0800 Subject: [PATCH] bugfix --- wwwroot/i18n/language.ui | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wwwroot/i18n/language.ui b/wwwroot/i18n/language.ui index 123c1f7..38fb76f 100644 --- a/wwwroot/i18n/language.ui +++ b/wwwroot/i18n/language.ui @@ -1,4 +1,5 @@ { + "id":"language", "widgettype":"Text", "options":{ "tip":"change UI language", @@ -22,6 +23,13 @@ "options":{ "url":"{{entire_url('menu.ui')}}" } + }, + { + "wid":"app", + "event":"lang", + "actiontype":"script", + "target":"self", + "script":"this.set_otext(bricks.app.lang)" } ] }