diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-07-20 22:30:12 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-07-24 09:53:36 +0200 |
commit | 632f360d0cf5a37f1047452b8fc25fd58c6f4e14 (patch) | |
tree | 4ebdcd9fac247985cc909d8f4a3c2512c47f59de /locale/zh_TW | |
parent | b92d5135d8522e1370636799d74b51f9a37d0b2f (diff) | |
download | gitlab-ce-632f360d0cf5a37f1047452b8fc25fd58c6f4e14.tar.gz |
Fix currently invalid po filesbvl-fix-invalid-po-files
Diffstat (limited to 'locale/zh_TW')
-rw-r--r-- | locale/zh_TW/gitlab.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/zh_TW/gitlab.po b/locale/zh_TW/gitlab.po index 05173ed12c0..8d30a78145d 100644 --- a/locale/zh_TW/gitlab.po +++ b/locale/zh_TW/gitlab.po @@ -32,7 +32,8 @@ msgstr "%{commit_author_link} 在 %{commit_timeago} 送交" msgid "1 pipeline" msgid_plural "%d pipelines" -msgstr[0] "%d 條流水線" +msgstr[0] "1 條流水線" +msgstr[1] "%d 條流水線" msgid "A collection of graphs regarding Continuous Integration" msgstr "持續整合 (CI) 相關的圖表" @@ -1193,4 +1194,3 @@ msgstr "通知信" msgid "parent" msgid_plural "parents" msgstr[0] "上層" - |