Skip to content

feat(i18n): add Arabic support #1976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/i18n/ar/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"confirmEmail": "تأكيد البريد الإلكتروني",
"resetPassword": "إعادة تعيين كلمة المرور"
}
5 changes: 5 additions & 0 deletions src/i18n/ar/confirm-email.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"text1": "مرحباً!",
"text2": "أنت على وشك البدء في الاستمتاع",
"text3": "ببساطة اضغط على الزر الأخضر الكبير أدناه للتحقق من بريدك الإلكتروني."
}
5 changes: 5 additions & 0 deletions src/i18n/ar/confirm-new-email.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"text1": "مرحباً!",
"text2": "يرجى تأكيد عنوان بريدك الإلكتروني الجديد.",
"text3": "ببساطة اضغط على الزر الأخضر الكبير أدناه للتحقق من بريدك الإلكتروني."
}
6 changes: 6 additions & 0 deletions src/i18n/ar/reset-password.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"text1": "هل تواجه مشكلة في تسجيل الدخول؟",
"text2": "إعادة تعيين كلمة المرور سهلة.",
"text3": "فقط اضغط على الزر أدناه واتبع التعليمات. سنجعلك تعمل مرة أخرى في وقت قصير.",
"text4": "إذا لم تقم بهذا الطلب، يرجى تجاهل هذا البريد الإلكتروني."
}