import i18next, { i18nTyped } from "i18next";
import { ar } from "./translations/ar";
+import { as } from "./translations/as";
import { bg } from "./translations/bg";
import { bn } from "./translations/bn";
import { ca } from "./translations/ca";
import { ka } from "./translations/ka";
import { km } from "./translations/km";
import { ko } from "./translations/ko";
+import { lt } from "./translations/lt";
import { ml } from "./translations/ml";
import { mnc } from "./translations/mnc";
import { nb_NO } from "./translations/nb_NO";
bn,
ml,
cs,
+ as,
+ lt,
};
function format(value: any, format: any): any {
{ code: "bn" },
{ code: "ml" },
{ code: "cs" },
+ { code: "as" },
+ { code: "lt" },
];
export const themes = [
lang = "ml";
} else if (lang.startsWith("cs")) {
lang = "cs";
+ } else if (lang.startsWith("as")) {
+ lang = "as";
+ } else if (lang.startsWith("lt")) {
+ lang = "lt";
} else {
lang = "en";
}