Translations: Add options for swedish, lithuanian and croatian

This commit is contained in:
theresa 2022-04-26 14:02:33 +02:00
parent 4bafbb1162
commit 2c328c3924

View file

@ -184,8 +184,16 @@ export const Languages = () => [
value: "tr",
},
{
text: "български", // Bulgarian
value: "bg",
text: "Svenska", // Swedish
value: "sv",
},
{
text: "Lietuvis", // Lithuanian
value: "lt",
},
{
text: "Hrvatski", // Croatian
value: "hr",
},
];