Enable swahili
This commit is contained in:
parent
0f610257aa
commit
c6d41badab
@ -62,6 +62,9 @@ const getMessages = (locale: string) => {
|
||||
case "pt-BR":
|
||||
case "pt":
|
||||
return (await import("translations/pt_BR.json")).default;
|
||||
case "sw-KE":
|
||||
case "sw":
|
||||
return (await import("translations/sw_KE.json")).default;
|
||||
case DefaultLocale:
|
||||
case "en":
|
||||
return enMessages;
|
||||
|
@ -29,6 +29,7 @@ export const AllLanguageCodes = [
|
||||
"fa-IR",
|
||||
"th",
|
||||
"pt-BR",
|
||||
"sw"
|
||||
];
|
||||
|
||||
const PreferencesPage = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user