feat(i18n): added Norwegian language (#1337)

This commit is contained in:
Knu753n 2024-10-24 12:19:13 +02:00 committed by GitHub
parent 5732483fc2
commit aa8cba96de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 394 additions and 0 deletions

View file

@ -6,6 +6,7 @@ const localesLong: Record<string, string> = {
de: 'Deutsch',
es: 'Español',
fr: 'Français',
no: 'Norwegian',
pt: 'Português',
ru: 'Русский',
uk: 'Українська',