修正刚刚合并的日文翻译pr的相关小问题,可以用了

This commit is contained in:
MrZ_26
2022-01-19 03:50:07 +08:00
parent a6c87d3a1a
commit ab02d2063f
4 changed files with 2 additions and 2 deletions

View File

@@ -88,4 +88,4 @@ Custom mode:
empty cells can be in any state;
regular colored cells have to be made of the corresponding block;
garbage-colored cells can be any block but not air.
Once you make the shape, you will win.
Once you make the shape, you will win.

View File

@@ -76,7 +76,7 @@ local function _search()
end
function scene.sceneInit()
dict=require("parts.language.dict_"..(SETTING.locale:find'zh'and'zh'or'en'))
dict=require("parts.language.dict_"..(SETTING.locale:find'zh'and'zh'or SETTING.locale:find'ja'and'ja'or'en'))
_scanDict(dict)
inputBox:clear()