mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
10 lines
254 B
Python
10 lines
254 B
Python
LANGUAGES = {
|
|
'da': 'Dansk', # Danish
|
|
'en_US': 'English',
|
|
'es_ES': 'Español', # Spanish
|
|
'it': 'Italiano', # Italian
|
|
'nl': 'Nederlands', # Dutch
|
|
'pl': 'Polski', # Polish
|
|
'th': "ไทย", # Thai
|
|
'tr': 'Türk', # Turkish
|
|
} |