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 3679f34 commit fb873aeCopy full SHA for fb873ae
src/i18n/i18n.js
@@ -17,6 +17,7 @@ import { mr, marathi } from "./locales/mr";
17
import { fr, french } from "./locales/fr";
18
import { pa, punjabi } from "./locales/pa";
19
import { hy, armenian } from "./locales/hy";
20
+import { ar, arabic } from "./locales/ar";
21
22
export const languages = [
23
english,
@@ -35,6 +36,7 @@ export const languages = [
35
36
french,
37
punjabi,
38
armenian,
39
+ arabic,
40
].sort((a, b) => a.name.localeCompare(b.name));
41
42
i18n
@@ -63,6 +65,7 @@ i18n
63
65
fr,
64
66
pa,
67
hy,
68
+ ar,
69
},
70
});
71
0 commit comments