From 64a4c377fd89d8a4b48e8c8eab1ead94256ea3b1 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Tue, 27 Dec 2016 20:10:24 +0100 Subject: [PATCH] [po] add plural forms information - reference: http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html --- po/es.po | 1 + po/pl.po | 3 +-- po/ru.po | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/po/es.po b/po/es.po index 4eb7987..a3edd64 100644 --- a/po/es.po +++ b/po/es.po @@ -15,6 +15,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 != 1);\n" #: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523 msgid "About" diff --git a/po/pl.po b/po/pl.po index 8004752..46016eb 100644 --- a/po/pl.po +++ b/po/pl.po @@ -16,8 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523 msgid "About" diff --git a/po/ru.po b/po/ru.po index de224b3..e83db9e 100644 --- a/po/ru.po +++ b/po/ru.po @@ -15,8 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523 msgid "About"