[po] add plural forms information
- reference: http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.htmlmerge-requests/64/head
parent
c4d99420fa
commit
64a4c377fd
1
po/es.po
1
po/es.po
|
@ -15,6 +15,7 @@ msgstr ""
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523
|
#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523
|
||||||
msgid "About"
|
msgid "About"
|
||||||
|
|
3
po/pl.po
3
po/pl.po
|
@ -16,8 +16,7 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 1.8.11\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 "
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"|| n%100>=20) ? 1 : 2);\n"
|
|
||||||
|
|
||||||
#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523
|
#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523
|
||||||
msgid "About"
|
msgid "About"
|
||||||
|
|
3
po/ru.po
3
po/ru.po
|
@ -15,8 +15,7 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 1.8.11\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 "
|
"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"
|
||||||
"|| n%100>=20) ? 1 : 2);\n"
|
|
||||||
|
|
||||||
#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523
|
#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523
|
||||||
msgid "About"
|
msgid "About"
|
||||||
|
|
Loading…
Reference in New Issue