diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-27 17:23:09 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-27 17:23:09 -0700 |
commit | 87a12b7fcf85851918192375687081e8fc78e16b (patch) | |
tree | f8e001e02607743b2396075310683cda9e04e437 /locale/en/LC_MESSAGES | |
parent | ec83fef9b7ae84cd6f61b0caa4113e1bc7480e01 (diff) |
Fix for i18n: avoid notice spew in php-gettext with the stub po file for english by using a working plurals rule
Diffstat (limited to 'locale/en/LC_MESSAGES')
-rw-r--r-- | locale/en/LC_MESSAGES/statusnet.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en/LC_MESSAGES/statusnet.po b/locale/en/LC_MESSAGES/statusnet.po index 61d902a1a..0638f16cd 100644 --- a/locale/en/LC_MESSAGES/statusnet.po +++ b/locale/en/LC_MESSAGES/statusnet.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\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: Menu item for site administration |