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:
parent
5d2306a262
commit
2375d6f054
2 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue