Skip to content

Commit eb68831

Browse files
committed
lost locale
1 parent 4752429 commit eb68831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/nls.lua

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ return {
88
The following example shows that 'include' is treated as' require '.
99
]] .. example.special,
1010
["config.runtime.unicodeName"] = "Allows Unicode characters in name.",
11+
["config.runtime.nonstandardSymbol"] = "Supports non-standard symbols. Make sure that your runtime environment supports these symbols.",
1112
["config.diagnostics.enable"] = "Enable diagnostics.",
1213
["config.diagnostics.disable"] = "Disabled diagnostic (Use code in hover brackets).\n",-- .. example.disable,
1314
["config.diagnostics.globals"] = "Defined global variables.\n",-- .. example.globals,

0 commit comments

Comments
 (0)