diff options
author | Guillem Jover <guillem@debian.org> | 2018-05-07 13:40:16 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-05-07 13:43:35 +0200 |
commit | 179e456d2e3fb091934cd2c99579af10b6796149 (patch) | |
tree | fd1fed8a732d6e636a40cf74172fbf8d9c356f28 /po | |
parent | 439d0e4e274af9ca493b0e60e306ad7ad174c048 (diff) |
po: Add missing Plural-Forms fields
Warned-by: i18nspector
Fixes: no-plural-forms-header-field
Diffstat (limited to 'po')
-rw-r--r-- | po/ar.po | 2 | ||||
-rw-r--r-- | po/cy.po | 1 | ||||
-rw-r--r-- | po/zh_TW.po | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,8 @@ msgstr "" "X-Poedit-Country: Lebanon\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" #: apt-inst/contrib/arfile.cc msgid "Invalid archive signature" @@ -14,6 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" #: apt-inst/contrib/arfile.cc msgid "Invalid archive signature" diff --git a/po/zh_TW.po b/po/zh_TW.po index b74c2678b..029396cb2 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -18,6 +18,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: apt-inst/contrib/arfile.cc msgid "Invalid archive signature" |