I\'m translating my website into the 24 languages of the European Union. These include the \"Malti\" language, that is not listed in django default supported languages.
I found the solution, you have to manually add a folder in /django/conf/locale/ with the language extension you want. Actually you can just copy past the en (english) folder and name it after the missing language (in my case mt).
In this folder you can also edit the file formats.py to localize the dates, numbers etc.
Restart django and your language will be natively supported.