Titan/webapp/titanembeds/i18n.py

7 lines
161 B
Python
Raw Normal View History

LANGUAGES = {
'da': 'Dansk', # Danish
'en_US': 'English',
'it': 'Italiano', # Italian
'nl': 'Nederlands', # Dutch
2017-11-17 22:08:57 +01:00
'pl': 'Polskie', # Polish
}