Skip to content

Commit 41be9b1

Browse files
committed
Add Assamese language support
1 parent 5ea9fd2 commit 41be9b1

File tree

3 files changed

+313
-3
lines changed

3 files changed

+313
-3
lines changed

package-lock.json

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

4951
export const languages = [
5052
english,
@@ -56,6 +58,7 @@ export const languages = [
5658
portuguese,
5759
persian,
5860
hindi,
61+
assamese,
5962
marathi,
6063
greek,
6164
ukrainian,
@@ -147,6 +150,7 @@ i18n
147150
nl,
148151
sd,
149152
th,
153+
as,
150154
},
151155
});
152156

0 commit comments

Comments
 (0)