summaryrefslogtreecommitdiff
path: root/locale/zh-tw
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-02-07 19:43:16 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-02-07 19:43:39 +0800
commit96757146b319ef7b19d56f3c360643e08662caaa (patch)
tree7ebaec7e5fe8a6f9907d93b394fd32359d55e62c /locale/zh-tw
parentf0a66a416e293a3a066582e6b23c1bace9704684 (diff)
downloadlua-language-server-96757146b319ef7b19d56f3c360643e08662caaa.zip
update locale
#1886
Diffstat (limited to 'locale/zh-tw')
-rw-r--r--locale/zh-tw/script.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua
index dcbfce88..d6e93a43 100644
--- a/locale/zh-tw/script.lua
+++ b/locale/zh-tw/script.lua
@@ -281,6 +281,8 @@ PARSER_NEED_PAREN = -- TODO: need translate!
'需要添加一对括号。'
PARSER_NESTING_LONG_MARK = -- TODO: need translate!
'Nesting of `[[...]]` is not allowed in Lua 5.1 .'
+PARSER_LOCAL_LIMIT = -- TODO: need translate!
+'Only 200 active local variables and upvalues can be existed at the same time.'
PARSER_LUADOC_MISS_CLASS_NAME =
'缺少類別名稱。'
PARSER_LUADOC_MISS_EXTENDS_SYMBOL =