forked from GNUsocial/gnu-social
Fix for i18n: avoid notice spew in php-gettext with the stub po file for english by using a working plurals rule
This commit is contained in:
parent
ec83fef9b7
commit
87a12b7fcf
@ -15,7 +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=INTEGER; plural=EXPRESSION;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. TRANS: Page title
|
#. TRANS: Page title
|
||||||
#. TRANS: Menu item for site administration
|
#. TRANS: Menu item for site administration
|
||||||
|
Loading…
Reference in New Issue
Block a user