Translation: Add options for bulgarian and malay
This commit is contained in:
parent
6a0da1a046
commit
0bdf4a58ae
1 changed files with 8 additions and 0 deletions
|
@ -195,6 +195,14 @@ export const Languages = () => [
|
|||
text: "Hrvatski", // Croatian
|
||||
value: "hr",
|
||||
},
|
||||
{
|
||||
text: "български", // Bulgarian
|
||||
value: "bg",
|
||||
},
|
||||
{
|
||||
text: "Melayu", // Malay
|
||||
value: "ms",
|
||||
},
|
||||
];
|
||||
|
||||
export const Themes = () => [
|
||||
|
|
Loading…
Reference in a new issue