diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-03-01 16:31:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-03-01 16:31:57 +0800 |
commit | c0b3043e867a6829a47600cdcc0f1205a00664bc (patch) | |
tree | 7a3a7bfe6eee6d168cd2b451151663a90348f09d /locale/zh-tw/setting.lua | |
parent | 2b3c8f0cf7285406974fc4a7a6a9661629031f92 (diff) | |
download | lua-language-server-c0b3043e867a6829a47600cdcc0f1205a00664bc.zip |
update locale
Diffstat (limited to 'locale/zh-tw/setting.lua')
-rw-r--r-- | locale/zh-tw/setting.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua index bc216fc8..b03c80ca 100644 --- a/locale/zh-tw/setting.lua +++ b/locale/zh-tw/setting.lua @@ -422,4 +422,6 @@ config.typeFormat.config.format_line = -- TODO: need translate! 'Controls if a line is formatted at all.' command.exportDocument = -- TODO: need translate! -'Export Document ...' +'Lua: Export Document ...' +command.addon_manager.open = -- TODO: need translate! +'Lua: Open Addon Manager ...' |