mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
Use 4-letter code for locales ID
This commit is contained in:
parent
2df31800fc
commit
c3c258b468
13 changed files with 6 additions and 6 deletions
|
@ -5,23 +5,23 @@ const state = {
|
|||
allLangs: [
|
||||
{
|
||||
name: "English",
|
||||
value: "en",
|
||||
value: "en-US",
|
||||
},
|
||||
{
|
||||
name: "Danish",
|
||||
value: "da",
|
||||
value: "da-DK",
|
||||
},
|
||||
{
|
||||
name: "French",
|
||||
value: "fr",
|
||||
value: "fr-FR",
|
||||
},
|
||||
{
|
||||
name: "Polish",
|
||||
value: "pl",
|
||||
value: "pl-PL",
|
||||
},
|
||||
{
|
||||
name: "Swedish",
|
||||
value: "sv",
|
||||
value: "sv-SE",
|
||||
},
|
||||
{
|
||||
name: "简体中文",
|
||||
|
@ -33,7 +33,7 @@ const state = {
|
|||
},
|
||||
{
|
||||
name: "German",
|
||||
value: "de",
|
||||
value: "de-DE",
|
||||
},
|
||||
{
|
||||
name: "Português",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue