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 46e852d commit 647e0baCopy full SHA for 647e0ba
src/i18n/i18n.js
@@ -49,6 +49,7 @@ import { as, assamese } from "./locales/as";
49
50
import { ms, malay } from "./locales/ms";
51
import { mn, mongolian } from "./locales/mn";
52
+import { sa, sanskrit } from "./locales/sa";
53
54
export const languages = [
55
english,
@@ -98,6 +99,7 @@ export const languages = [
98
99
thai,
100
malay,
101
mongolian,
102
+ sanskrit,
103
].sort((a, b) => a.name.localeCompare(b.name));
104
105
i18n
@@ -157,6 +159,7 @@ i18n
157
159
as,
158
160
ms,
161
mn,
162
+ sa,
163
},
164
});
165
0 commit comments