adding a custom language to django
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 would like to know if there is a way to add a custom language to django so it can work with the native i18n url function. Thanks! 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