Update i18n.js
Create translation for Arabic
This commit is contained in:
parent
3679f345b3
commit
fb873aec17
@ -17,6 +17,7 @@ import { mr, marathi } from "./locales/mr";
|
|||||||
import { fr, french } from "./locales/fr";
|
import { fr, french } from "./locales/fr";
|
||||||
import { pa, punjabi } from "./locales/pa";
|
import { pa, punjabi } from "./locales/pa";
|
||||||
import { hy, armenian } from "./locales/hy";
|
import { hy, armenian } from "./locales/hy";
|
||||||
|
import { ar, arabic } from "./locales/ar";
|
||||||
|
|
||||||
export const languages = [
|
export const languages = [
|
||||||
english,
|
english,
|
||||||
@ -35,6 +36,7 @@ export const languages = [
|
|||||||
french,
|
french,
|
||||||
punjabi,
|
punjabi,
|
||||||
armenian,
|
armenian,
|
||||||
|
arabic,
|
||||||
].sort((a, b) => a.name.localeCompare(b.name));
|
].sort((a, b) => a.name.localeCompare(b.name));
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
@ -63,6 +65,7 @@ i18n
|
|||||||
fr,
|
fr,
|
||||||
pa,
|
pa,
|
||||||
hy,
|
hy,
|
||||||
|
ar,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user