1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Support tr locale

This commit is contained in:
Chocobozzz 2024-03-26 14:25:12 +01:00
parent a159b8b517
commit a246c44504
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 7 additions and 0 deletions

View file

@ -36,6 +36,7 @@ export const I18N_LOCALES = {
'sv-SE': 'Svenska',
'th-TH': 'ไทย',
'tok': 'Toki Pona',
'tr-TR': 'Türkçe',
'uk-UA': 'украї́нська мо́ва',
'vi-VN': 'Tiếng Việt',
'zh-Hans-CN': '简体中文(中国)',
@ -66,6 +67,7 @@ const I18N_LOCALE_ALIAS = {
'ru': 'ru-RU',
'sv': 'sv-SE',
'th': 'th-TH',
'tr': 'tr-TR',
'uk': 'uk-UA',
'vi': 'vi-VN',
'zh-CN': 'zh-Hans-CN',