mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
i18n: add Norwegian to web ui
This commit is contained in:
@@ -17,6 +17,7 @@ const config: LinguiConfig = {
|
|||||||
"ja",
|
"ja",
|
||||||
"ko",
|
"ko",
|
||||||
"nl",
|
"nl",
|
||||||
|
"no",
|
||||||
"pl",
|
"pl",
|
||||||
"pt",
|
"pt",
|
||||||
"tr",
|
"tr",
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user