summaryrefslogtreecommitdiff
path: root/locale/zh-tw
diff options
context:
space:
mode:
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 =