]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/core-utils/i18n/i18n.ts
Support nn and nb locales
[github/Chocobozzz/PeerTube.git] / shared / core-utils / i18n / i18n.ts
index f27de20f1c2e33107189f78dcd82321c6264d7bc..ae6af8192a2df70355699a39a1507107e23c26f5 100644 (file)
@@ -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',