Titan/webapp/titanembeds/i18n.py

18 lines
546 B
Python
Raw Normal View History

LANGUAGES = {
'da': 'Dansk', # Danish
2017-12-12 14:12:38 +01:00
'de': 'Deutsche', # German
'en_US': 'English',
2017-11-27 03:45:50 +01:00
'es_ES': 'Español', # Spanish
2017-12-12 14:12:38 +01:00
'fr': 'français', # French
'hu': "Magyar", # Hungarian
2017-12-12 14:12:38 +01:00
'id': 'bahasa Indonesia', # Indonesian
'it': 'Italiano', # Italian
'nl': 'Nederlands', # Dutch
2017-11-25 07:32:21 +01:00
'pl': 'Polski', # Polish
2017-12-12 14:12:38 +01:00
'pt_PT': 'Português', # Portuguese
'ro': 'Română', # Romanian
2017-12-12 14:12:38 +01:00
'sr': 'Српски', # Serbian (Cyrillic)
'sv_SE': 'svenska', # Swedish
2017-11-26 03:15:30 +01:00
'th': "ไทย", # Thai
2017-11-27 03:45:50 +01:00
'tr': 'Türk', # Turkish
}