Skip to content

Commit c1e9e46

Browse files
committed
use same order
1 parent af71d44 commit c1e9e46

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

locale/zh-cn/meta.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,6 @@ string.rep['>5.2'] =
658658
'返回 `n` 个字符串 `s` 以字符串 `sep` 为分割符连在一起的字符串。 默认的 `sep` 值为空字符串(即没有分割符)。 如果 `n` 不是正数则返回空串。'
659659
string.rep['<5.1'] =
660660
'返回 `n` 个字符串 `s` 连在一起的字符串。 如果 `n` 不是正数则返回空串。'
661-
string.rep['>5.2'] =
662-
'返回 `n` 个字符串 `s` 以字符串 `sep` 为分割符连在一起的字符串。 默认的 `sep` 值为空字符串(即没有分割符)。 如果 `n` 不是正数则返回空串。'
663661
string.reverse =
664662
'返回字符串 s 的翻转串。'
665663
string.sub =

locale/zh-tw/meta.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,6 @@ string.rep['>5.2'] =
658658
'回傳 `n` 個字串 `s` 以字串 `sep` 為分割符連在一起的字串。 預設的 `sep` 值為空字串(即沒有分割符)。 如果 `n` 不是正數則回傳空串。'
659659
string.rep['<5.1'] =
660660
'回傳 `n` 個字串 `s` 連在一起的字串。 如果 `n` 不是正數則回傳空串。'
661-
string.rep['>5.2'] =
662-
'回傳 `n` 個字串 `s` 以字串 `sep` 為分割符連在一起的字串。 預設的 `sep` 值為空字串(即沒有分割符)。 如果 `n` 不是正數則回傳空串。'
663661
string.reverse =
664662
'回傳字串 s 的翻轉串。'
665663
string.sub =

0 commit comments

Comments
 (0)