i18n: add Norwegian to web ui

This commit is contained in:
henrygd
2025-02-19 21:54:35 -05:00
parent a9a9a932a6
commit 1fb60e05d7
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ const config: LinguiConfig = {
"ja",
"ko",
"nl",
"no",
"pl",
"pt",
"tr",

View File

@@ -74,6 +74,11 @@ export default [
label: "Nederlands",
e: "🇳🇱",
},
{
lang: "no",
label: "Norsk",
e: "🇳🇴",
},
{
lang: "pl",
label: "Polski",