We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9055d commit 034a1faCopy full SHA for 034a1fa
src/i18n/i18n.js
@@ -45,6 +45,8 @@ import { ml, malayalam } from "./locales/ml";
45
import { nl, dutch } from "./locales/nl";
46
import { sd, sindhi } from "./locales/sd";
47
import { th, thai } from "./locales/th";
48
+import { as, assamese } from "./locales/as";
49
+
50
import { ms, malay } from "./locales/ms";
51
52
export const languages = [
@@ -57,6 +59,7 @@ export const languages = [
57
59
portuguese,
58
60
persian,
61
hindi,
62
+ assamese,
63
marathi,
64
greek,
65
ukrainian,
@@ -149,6 +152,7 @@ i18n
149
152
nl,
150
153
sd,
151
154
th,
155
+ as,
156
ms,
157
},
158
});
0 commit comments