diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/locale/en-US/script.lni | 1 | ||||
-rw-r--r-- | server/locale/zh-CN/script.lni | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index 7d54a46f..13e321b3 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -1,4 +1,3 @@ -<root> DIAG_LINE_ONLY_SPACE = 'Line with spaces only.' DIAG_LINE_POST_SPACE = 'Line with postspace.' DIAG_UNUSED_LOCAL = 'Unused local `{}`.' diff --git a/server/locale/zh-CN/script.lni b/server/locale/zh-CN/script.lni index d3a18b36..d32138d3 100644 --- a/server/locale/zh-CN/script.lni +++ b/server/locale/zh-CN/script.lni @@ -1,4 +1,3 @@ -<root> DIAG_LINE_ONLY_SPACE = '只有空格的空行。' DIAG_LINE_POST_SPACE = '后置空格。' DIAG_UNUSED_LOCAL = '未使用的局部变量 `{}`。' |