Settings: Add Thai language option

This commit is contained in:
Michael Mayer 2022-05-27 18:45:33 +02:00
parent 61dfd2cf50
commit 2202c93571

View file

@ -179,6 +179,10 @@ export const Languages = () => [
text: "Română", // Romanian
value: "ro",
},
{
text: "ภาษาไทย", // Thai
value: "th",
},
{
text: "Türk", // Turkish
value: "tr",