Translation: Add options for bulgarian and malay

This commit is contained in:
theresa 2022-05-16 21:32:39 +02:00
parent 6a0da1a046
commit 0bdf4a58ae

View file

@ -195,6 +195,14 @@ export const Languages = () => [
text: "Hrvatski", // Croatian
value: "hr",
},
{
text: "български", // Bulgarian
value: "bg",
},
{
text: "Melayu", // Malay
value: "ms",
},
];
export const Themes = () => [