Titan/webapp/titanembeds/i18n.py

4 lines
70 B
Python
Raw Normal View History

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