mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
Sort language list alphabetically
Except English which stays on top
This commit is contained in:
parent
2abf58acfd
commit
0011023b02
1 changed files with 8 additions and 8 deletions
|
@ -9,6 +9,10 @@ const state = {
|
||||||
name: "Dansk (Danish)",
|
name: "Dansk (Danish)",
|
||||||
value: "da-DK",
|
value: "da-DK",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Deutsch (German)",
|
||||||
|
value: "de-DE",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Français (French)",
|
name: "Français (French)",
|
||||||
value: "fr-FR",
|
value: "fr-FR",
|
||||||
|
@ -21,6 +25,10 @@ const state = {
|
||||||
name: "Polski (Polish)",
|
name: "Polski (Polish)",
|
||||||
value: "pl-PL",
|
value: "pl-PL",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Português (Portuguese)",
|
||||||
|
value: "pt-PT",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Svenska (Swedish)",
|
name: "Svenska (Swedish)",
|
||||||
value: "sv-SE",
|
value: "sv-SE",
|
||||||
|
@ -33,14 +41,6 @@ const state = {
|
||||||
name: "繁體中文 (Chinese traditional)",
|
name: "繁體中文 (Chinese traditional)",
|
||||||
value: "zh-TW",
|
value: "zh-TW",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Deutsch (German)",
|
|
||||||
value: "de-DE",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Português (Portuguese)",
|
|
||||||
value: "pt-PT",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue