Skip to content

Commit 647e0ba

Browse files
committed
Added Sanskrit Language support
1 parent 46e852d commit 647e0ba

File tree

2 files changed

+291
-0
lines changed

2 files changed

+291
-0
lines changed

src/i18n/i18n.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import { as, assamese } from "./locales/as";
4949

5050
import { ms, malay } from "./locales/ms";
5151
import { mn, mongolian } from "./locales/mn";
52+
import { sa, sanskrit } from "./locales/sa";
5253

5354
export const languages = [
5455
english,
@@ -98,6 +99,7 @@ export const languages = [
9899
thai,
99100
malay,
100101
mongolian,
102+
sanskrit,
101103
].sort((a, b) => a.name.localeCompare(b.name));
102104

103105
i18n
@@ -157,6 +159,7 @@ i18n
157159
as,
158160
ms,
159161
mn,
162+
sa,
160163
},
161164
});
162165

0 commit comments

Comments
 (0)