From 179e456d2e3fb091934cd2c99579af10b6796149 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 7 May 2018 13:40:16 +0200 Subject: po: Add missing Plural-Forms fields Warned-by: i18nspector Fixes: no-plural-forms-header-field --- po/ar.po | 2 ++ po/cy.po | 1 + po/zh_TW.po | 1 + 3 files changed, 4 insertions(+) (limited to 'po') diff --git a/po/ar.po b/po/ar.po index 8babef32c..c24a11bdc 100644 --- a/po/ar.po +++ b/po/ar.po @@ -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" diff --git a/po/cy.po b/po/cy.po index ee392b46e..610b83b14 100644 --- a/po/cy.po +++ b/po/cy.po @@ -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" -- cgit v1.2.3