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",
|
||||
"ko",
|
||||
"nl",
|
||||
"no",
|
||||
"pl",
|
||||
"pt",
|
||||
"tr",
|
||||
|
@@ -74,6 +74,11 @@ export default [
|
||||
label: "Nederlands",
|
||||
e: "🇳🇱",
|
||||
},
|
||||
{
|
||||
lang: "no",
|
||||
label: "Norsk",
|
||||
e: "🇳🇴",
|
||||
},
|
||||
{
|
||||
lang: "pl",
|
||||
label: "Polski",
|
||||
|
Reference in New Issue
Block a user