Skip to content

Commit 798e8af

Browse files
authored
Update script.lua
Solve a localization problem.
1 parent 2850ccd commit 798e8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/zh-tw/script.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ PARSER_UNKNOWN_TAG =
197197
PARSER_MULTI_TAG =
198198
'只能設定一個屬性。 '
199199
PARSER_UNEXPECT_LFUNC_NAME =
200-
'局部函式只能使用識別符作為名稱'
200+
'區域函式只能使用識別符作為名稱'
201201
PARSER_UNEXPECT_EFUNC_NAME =
202202
'函式作為表達式時不能命名。 '
203203
PARSER_ERR_LCOMMENT_END =

0 commit comments

Comments
 (0)