Translations: Add option for arabic

This commit is contained in:
theresa 2022-06-14 12:37:40 +02:00
parent 646419e1fa
commit b536f5f7ad

View file

@ -207,6 +207,11 @@ export const Languages = () => [
text: "Melayu", // Malay
value: "ms",
},
{
text: "عربى", // Arabic
value: "ar",
rtl: true,
},
];
export const Themes = () => [