mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Support nn and nb locales
This commit is contained in:
@@ -28,6 +28,8 @@ export const I18N_LOCALES = {
|
||||
'ru-RU': 'русский',
|
||||
'sq': 'Shqip',
|
||||
'sv-SE': 'Svenska',
|
||||
'nn': 'norsk nynorsk',
|
||||
'nb-NO': 'norsk bokmål',
|
||||
'th-TH': 'ไทย',
|
||||
'vi-VN': 'Tiếng Việt',
|
||||
'zh-Hans-CN': '简体中文(中国)',
|
||||
@@ -52,6 +54,7 @@ const I18N_LOCALE_ALIAS = {
|
||||
'nl': 'nl-NL',
|
||||
'pl': 'pl-PL',
|
||||
'pt': 'pt-BR',
|
||||
'nb': 'nb-NO',
|
||||
'ru': 'ru-RU',
|
||||
'sv': 'sv-SE',
|
||||
'th': 'th-TH',
|
||||
|
||||
Reference in New Issue
Block a user