From a0f8258cad62b6e40445c328daddb5de25e124e0 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 22 Sep 2021 10:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E6=9E=84=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=A8=A1=E5=9D=97=E5=90=8E=E8=AF=B4=E6=98=8E=E4=B9=A6?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E7=88=86=E7=82=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/manual.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/manual.lua b/parts/scenes/manual.lua index d85ee6a3..cbb06ee6 100644 --- a/parts/scenes/manual.lua +++ b/parts/scenes/manual.lua @@ -2,7 +2,7 @@ local scene={} function scene.sceneInit() BG.set('cubes') - WIDGET.active.texts:setTexts(require("parts.language.manual_"..({'zh','zh','zh','en','en','en','en','en'})[SETTING.locale])) + WIDGET.active.texts:setTexts(require("parts.language.manual_"..(SETTING.locale:find'zh'and'zh'or'en'))) end function scene.wheelMoved(_,y)