Skip to content

Commit 2341fae

Browse files
gokulbitsgokulgcl
andauthored
Add malayalam locale (#597)
Co-authored-by: Gokul GK <[email protected]>
1 parent 1732e76 commit 2341fae

File tree

2 files changed

+271
-0
lines changed

2 files changed

+271
-0
lines changed

src/i18n/i18n.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import { ne, nepali } from "./locales/ne";
4040
import { ug, uyghur } from "./locales/ug";
4141
import { pa_pk, punjabipk } from "./locales/pa-pk";
4242
import { cz, czech } from "./locales/cz";
43+
import { ml, malayalam } from "./locales/ml";
4344
import { nl, dutch } from './locales/nl';
4445

4546
export const languages = [
@@ -82,6 +83,7 @@ export const languages = [
8283
uyghur,
8384
punjabipk,
8485
czech,
86+
malayalam,
8587
dutch
8688
].sort((a, b) => a.name.localeCompare(b.name));
8789

@@ -134,6 +136,7 @@ i18n
134136
ug,
135137
"pa-PK": pa_pk,
136138
cz,
139+
ml,
137140
nl,
138141
},
139142
});

0 commit comments

Comments
 (0)