diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-12-02 00:48:56 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-12-02 00:48:56 +0000 |
| commit | 7421f7269ea8013b015d69bc8c3ba24d2ab6a5df (patch) | |
| tree | 95bdd59de69f79bf1a98ce204f3cab5f0cf04a8d /django/conf/locale/ml/LC_MESSAGES/djangojs.po | |
| parent | 16c21bc45a9c3b2ba0109a99c3658d1f992a3099 (diff) | |
Fixed #11161 -- Added plural forms to all supported languages. Fixed other errors in the translation files that prevented them to pass the msgfmt check in preparation for the move to Transifex. Refs #14735, too.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf/locale/ml/LC_MESSAGES/djangojs.po')
| -rw-r--r-- | django/conf/locale/ml/LC_MESSAGES/djangojs.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/ml/LC_MESSAGES/djangojs.po b/django/conf/locale/ml/LC_MESSAGES/djangojs.po index aedc919ba3..ec607f6e20 100644 --- a/django/conf/locale/ml/LC_MESSAGES/djangojs.po +++ b/django/conf/locale/ml/LC_MESSAGES/djangojs.po @@ -3,7 +3,6 @@ # This file is distributed under the same license as the PACKAGE package. # Rajeesh Nair <rajeeshrnair@gmail.com>, 2010. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Django SVN\n" @@ -17,6 +16,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Malayalam\n" "X-Poedit-Country: INDIA\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: contrib/admin/media/js/SelectFilter2.js:37 #, perl-format |
