YU-TANG
YU-TANG
Steps to reproduce: 1. Open preferences and change a language option to anything but English then press `OK` button. Now you can see the UI in your specified language. 2....
I am using Aseprite v1.2.25 with a language pack for Japanese. And I noticed that few UI parts are shown with unlocalized english texts. Here lists: "Mask by Color" dialog...
in LuaRT Studio 1.8. ## 1. Missing i18n for "Lua interpreter" page title ./src/editor/gui.lua line 670: bottomnotebook:AddPage(shellbox, "Lua interpreter", false, bmp) Make it translatable: bottomnotebook:AddPage(shellbox, TR("Lua interpreter"), false, bmp) ##...
ZBS does not support an IME inline inputs (IME composition window opens at the cursor position for inplace edit) in code editor component. This causes inconveniences with CJK strings inputs....
Nothing suggested by auto-complete after typing `utf8.` even though set the interpreter to Lua 5.3. I hope that ZBS will provide utf8 library API definitions by default.