chore(translations): add Arabic translation files

This commit is contained in:
Elias Schneider
2024-02-27 09:12:46 +01:00
parent e11dbfe893
commit 7e91d83f9a
2 changed files with 579 additions and 0 deletions

View File

@@ -114,4 +114,9 @@ export const LOCALES = {
code: "sl-SI",
messages: slovenian,
},
ARABIC: {
name: "العربية",
code: "ar-EG",
messages: {},
},
};