Skip to content

Commit fb873ae

Browse files
authored
Update i18n.js
Create translation for Arabic
1 parent 3679f34 commit fb873ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/i18n/i18n.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { mr, marathi } from "./locales/mr";
1717
import { fr, french } from "./locales/fr";
1818
import { pa, punjabi } from "./locales/pa";
1919
import { hy, armenian } from "./locales/hy";
20+
import { ar, arabic } from "./locales/ar";
2021

2122
export const languages = [
2223
english,
@@ -35,6 +36,7 @@ export const languages = [
3536
french,
3637
punjabi,
3738
armenian,
39+
arabic,
3840
].sort((a, b) => a.name.localeCompare(b.name));
3941

4042
i18n
@@ -63,6 +65,7 @@ i18n
6365
fr,
6466
pa,
6567
hy,
68+
ar,
6669
},
6770
});
6871

0 commit comments

Comments
 (0)