Skip to content

Commit 034a1fa

Browse files
Add Assamese (as) language support (#731)
* Add Assamese language support * Remove unintended changes to package-lock.json
1 parent ba9055d commit 034a1fa

File tree

2 files changed

+295
-0
lines changed

2 files changed

+295
-0
lines changed

src/i18n/i18n.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ import { ml, malayalam } from "./locales/ml";
4545
import { nl, dutch } from "./locales/nl";
4646
import { sd, sindhi } from "./locales/sd";
4747
import { th, thai } from "./locales/th";
48+
import { as, assamese } from "./locales/as";
49+
4850
import { ms, malay } from "./locales/ms";
4951

5052
export const languages = [
@@ -57,6 +59,7 @@ export const languages = [
5759
portuguese,
5860
persian,
5961
hindi,
62+
assamese,
6063
marathi,
6164
greek,
6265
ukrainian,
@@ -149,6 +152,7 @@ i18n
149152
nl,
150153
sd,
151154
th,
155+
as,
152156
ms,
153157
},
154158
});

0 commit comments

Comments
 (0)