mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Fix syntax error from new portuguese translations
This commit is contained in:
parent
8b75fa68bf
commit
84c5e6e570
1 changed files with 4 additions and 3 deletions
|
@ -35,9 +35,10 @@ const state = {
|
||||||
name: "German",
|
name: "German",
|
||||||
value: "de",
|
value: "de",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Português",
|
name: "Português",
|
||||||
value: "pt-PT"
|
value: "pt-PT",
|
||||||
|
}
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue