Author: mtredinnick Date: 2007-09-14 07:39:03 -0500 (Fri, 14 Sep 2007) New Revision: 6185
Modified: django/trunk/django/conf/locale/te/LC_MESSAGES/django.mo django/trunk/django/conf/locale/te/LC_MESSAGES/django.po Log: Fixed a syntax error in the Plural-Forms header. This prevents Django from crashing. Modified: django/trunk/django/conf/locale/te/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/trunk/django/conf/locale/te/LC_MESSAGES/django.po =================================================================== --- django/trunk/django/conf/locale/te/LC_MESSAGES/django.po 2007-09-14 10:11:02 UTC (rev 6184) +++ django/trunk/django/conf/locale/te/LC_MESSAGES/django.po 2007-09-14 12:39:03 UTC (rev 6185) @@ -14,7 +14,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; nplurals=n>1;" +"Plural-Forms: nplurals=2; plural=n>1;" #: contrib/comments/models.py:67 contrib/comments/models.py:166 msgid "object ID" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
