Author: hugo Date: 2006-06-06 10:13:16 -0500 (Tue, 06 Jun 2006) New Revision: 3090
Modified: django/trunk/django/conf/locale/fr/LC_MESSAGES/django.mo django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po Log: fixed #2090: fixed bad charset header in po file Modified: django/trunk/django/conf/locale/fr/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po =================================================================== --- django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po 2006-06-06 12:30:26 UTC (rev 3089) +++ django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po 2006-06-06 15:13:16 UTC (rev 3090) @@ -12,7 +12,7 @@ "Last-Translator: Gaël Chardon <gael.dev_at_nospam_4now.net>\n" "Language-Team: français <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: contrib/comments/models.py:67 contrib/comments/models.py:166 @@ -2010,4 +2010,4 @@ #~ msgstr "paquetages" #~ msgid "Messages" -#~ msgstr "Messages" \ No newline at end of file +#~ msgstr "Messages" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
