Titan/webapp/titanembeds/i18n.py

5 lines
103 B
Python
Raw Normal View History

LANGUAGES = {
'en_US': 'English',
'it': 'Italiano', # Italian
'nl': 'Nederlands', # Dutch
}