Science-o-matic / jellyrisk

1 stars 0 forks source link

Fix encoding problem with Maltese #82

Closed ygneo closed 11 years ago

ygneo commented 11 years ago

http://test.jellyrisk.com/en/admin/cms/page/1/?language=mt

ygneo commented 11 years ago

It turns out that django is not supporting Maltese, to avoid mixed literals, since Maltese is not in its core translations.

As a workaround, copying english django core translation did the trick.