Translations: Add options for swedish, lithuanian and croatian
This commit is contained in:
parent
4bafbb1162
commit
2c328c3924
1 changed files with 10 additions and 2 deletions
|
@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue