Titan/webapp/titanembeds/i18n.py

10 lines
254 B
Python
Raw Normal View History

LANGUAGES = {
'da': 'Dansk', # Danish
'en_US': 'English',
2017-11-27 03:45:50 +01:00
'es_ES': 'Español', # Spanish
'it': 'Italiano', # Italian
'nl': 'Nederlands', # Dutch
2017-11-25 07:32:21 +01:00
'pl': 'Polski', # Polish
2017-11-26 03:15:30 +01:00
'th': "ไทย", # Thai
2017-11-27 03:45:50 +01:00
'tr': 'Türk', # Turkish
}