diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-05-23 20:31:12 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-05-23 20:31:12 +0800 |
commit | c1e9e46dea95140fd14fd12f99fc098c59ba9fcd (patch) | |
tree | 1e15b59dd2393c771202eede20629d4e083b23f1 /locale/zh-cn | |
parent | af71d4436bb7da99f644b3ac5778bd8f0467913c (diff) | |
download | lua-language-server-c1e9e46dea95140fd14fd12f99fc098c59ba9fcd.zip |
use same order
Diffstat (limited to 'locale/zh-cn')
-rw-r--r-- | locale/zh-cn/meta.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/locale/zh-cn/meta.lua b/locale/zh-cn/meta.lua index 4e62787d..c4b5fbb6 100644 --- a/locale/zh-cn/meta.lua +++ b/locale/zh-cn/meta.lua @@ -658,8 +658,6 @@ string.rep['>5.2'] = '返回 `n` 个字符串 `s` 以字符串 `sep` 为分割符连在一起的字符串。 默认的 `sep` 值为空字符串(即没有分割符)。 如果 `n` 不是正数则返回空串。' string.rep['<5.1'] = '返回 `n` 个字符串 `s` 连在一起的字符串。 如果 `n` 不是正数则返回空串。' -string.rep['>5.2'] = -'返回 `n` 个字符串 `s` 以字符串 `sep` 为分割符连在一起的字符串。 默认的 `sep` 值为空字符串(即没有分割符)。 如果 `n` 不是正数则返回空串。' string.reverse = '返回字符串 s 的翻转串。' string.sub = |