diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2006-06-06 15:13:16 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2006-06-06 15:13:16 +0000 |
| commit | 05b1a70daba43667a87c23d236bb83691da0cbbf (patch) | |
| tree | 45cd9a84abf8667e10b5da2773abaa1333ae75c5 /django | |
| parent | 86d585a0a167f15e0176ea36fe9f99fc1d85a200 (diff) | |
fixed #2090: fixed bad charset header in po file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django')
| -rw-r--r-- | django/conf/locale/fr/LC_MESSAGES/django.mo | bin | 32926 -> 32921 bytes | |||
| -rw-r--r-- | django/conf/locale/fr/LC_MESSAGES/django.po | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/conf/locale/fr/LC_MESSAGES/django.mo b/django/conf/locale/fr/LC_MESSAGES/django.mo Binary files differindex 38d7fab7bb..d678225f2f 100644 --- a/django/conf/locale/fr/LC_MESSAGES/django.mo +++ b/django/conf/locale/fr/LC_MESSAGES/django.mo diff --git a/django/conf/locale/fr/LC_MESSAGES/django.po b/django/conf/locale/fr/LC_MESSAGES/django.po index acb86bf6ff..7cc5070840 100644 --- a/django/conf/locale/fr/LC_MESSAGES/django.po +++ b/django/conf/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "Last-Translator: Gaël Chardon <gael.dev_at_nospam_4now.net>\n" "Language-Team: français <fr@li.org>\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 "oui,non,peut-être" #~ msgstr "paquetages" #~ msgid "Messages" -#~ msgstr "Messages"
\ No newline at end of file +#~ msgstr "Messages" |
