diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 08:15:55 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 08:15:55 +0100 |
commit | 8ba3e9ba255263c0cdd75391666f4a09d26fc496 (patch) | |
tree | 4428dce8dce771bf64f1c379cd380b08dfe52675 | |
parent | 7ef501367afe46a7a9a4a03ffd1c7c35a0b856cd (diff) |
Fix headers in EN locale so msgfmt doesn't complain about them.
-rw-r--r-- | locale/en/app.po | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/locale/en/app.po b/locale/en/app.po index 1a61629d2..8f5547373 100644 --- a/locale/en/app.po +++ b/locale/en/app.po @@ -3,11 +3,10 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: alaveteli\n" -"POT-Creation-Date: 2012-06-14 14:00+0100\n" +"POT-Creation-Date: 2012-06-14 14:21+0100\n" "PO-Revision-Date: 2011-02-24 07:11-0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -15,7 +14,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" #: app/models/incoming_message.rb:667 msgid "" |