1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Add sk support

This commit is contained in:
Chocobozzz 2024-11-29 11:23:59 +01:00
parent 5d2306a262
commit 2375d6f054
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 3 additions and 1 deletions

View file

@ -32,6 +32,7 @@ export const I18N_LOCALES = {
'pt-BR': 'Português (Brasil)',
'pt-PT': 'Português (Portugal)',
'ru-RU': 'Pусский',
'sk-SK': 'Slovenčina',
'sq': 'Shqip',
'sv-SE': 'Svenska',
'th-TH': 'ไทย',
@ -65,6 +66,7 @@ const I18N_LOCALE_ALIAS = {
'pl': 'pl-PL',
'pt': 'pt-BR',
'ru': 'ru-RU',
'sk': 'sk-SK',
'sv': 'sv-SE',
'th': 'th-TH',
'tr': 'tr-TR',