diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2006-05-16 08:02:21 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2006-05-16 08:02:21 +0000 |
| commit | 3f627e8efaffa6c52355696e43a9f9df9f452688 (patch) | |
| tree | 5480699c0ad17409dd40f81599148c359db61eab | |
| parent | 947de22e3e6e00c40cf91c281706297b449aed99 (diff) | |
switched el translation to iso-8859-1 to prevent compile-messages and make-messasges abort. The el translation is still broken!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/el/LC_MESSAGES/django.mo | bin | 0 -> 6680 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 differnew file mode 100644 index 0000000000..236af31eaa --- /dev/null +++ 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 0138468ae0..4adf7654f7 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=utf-8\n" +"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: contrib/comments/models/comments.py:8 |
