diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2006-05-29 12:16:34 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2006-05-29 12:16:34 +0000 |
| commit | 33a0aa6c73232842268abe0aa879ea25a1005411 (patch) | |
| tree | 5f2fabace7da663ab023877a60c29c6517b24ad1 | |
| parent | e9c8a9e136cf94168e8242013f93198eb903b16e (diff) | |
fixed wrong encoding denotation in the greek .po file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3000 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/el/LC_MESSAGES/django.mo | bin | 8192 -> 8187 bytes | |||
| -rw-r--r-- | django/conf/locale/el/LC_MESSAGES/django.po | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/el/LC_MESSAGES/django.mo b/django/conf/locale/el/LC_MESSAGES/django.mo Binary files differindex 915c768de7..1c95d6b5d9 100644 --- a/django/conf/locale/el/LC_MESSAGES/django.mo +++ b/django/conf/locale/el/LC_MESSAGES/django.mo diff --git a/django/conf/locale/el/LC_MESSAGES/django.po b/django/conf/locale/el/LC_MESSAGES/django.po index fb65fa561d..173b300d04 100644 --- a/django/conf/locale/el/LC_MESSAGES/django.po +++ b/django/conf/locale/el/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "Last-Translator: panos laganakos <panos.laganakos@gmail.com>\n" "Language-Team: Greek\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 |
