Titan/webapp/titanembeds/i18n.py

4 lines
70 B
Python

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