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", "ja",
"ko", "ko",
"nl", "nl",
"no",
"pl", "pl",
"pt", "pt",
"tr", "tr",

View File

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