Enable Thai language
This commit is contained in:
parent
807b8207ba
commit
8973536e01
@ -56,6 +56,9 @@ const getMessages = (locale: string) => {
|
||||
case "fa-IR":
|
||||
case "fa":
|
||||
return (await import("translations/fa_IR.json")).default;
|
||||
case "th-TH":
|
||||
case "th":
|
||||
return (await import("translations/th_TH.json")).default;
|
||||
case DefaultLocale:
|
||||
case "en":
|
||||
return enMessages;
|
||||
|
@ -27,6 +27,7 @@ export const AllLanguageCodes = [
|
||||
"hr",
|
||||
"ta-IN",
|
||||
"fa-IR",
|
||||
"th",
|
||||
];
|
||||
|
||||
const PreferencesPage = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user