mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
add missing allLangs value for polish translation in language.js
This commit is contained in:
parent
f86c486527
commit
c71313d6da
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ const state = {
|
||||||
name: "French",
|
name: "French",
|
||||||
value: "fr",
|
value: "fr",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Polish",
|
||||||
|
value: "pl",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Swedish",
|
name: "Swedish",
|
||||||
value: "sv",
|
value: "sv",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue