Skip to content

Commit

Permalink
fix: add Arabic font support and SVG upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BasselArt committed Dec 30, 2024
1 parent c811aed commit a0f2f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locale/ar/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"mysettings.notification.title": "استخدم اللوحة التالية لاختيار الأحداث التي ترغب في تلقي إشعارات عنها",
"mysettings.page.subtitle": "إدارة إعدادات ملفك الشخصي",
"mysettings.page.title": "الإعدادات",
"notification.leftcomment": "علق على",
"notification.leftcomment": "ترك تعليقاً على",
"notification.newpost": "منشور جديد",
"page.backhome": "أعدني إلى <0>{0}</0> الصفحة الرئيسية.",
"page.notinvited.text": "لم نتمكن من العثور على حساب لبريدك الإلكتروني.",
Expand Down
4 changes: 2 additions & 2 deletions locale/ar/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"email.change_status.duplicate": "<strong>{title} ({postLink})</strong> تم إغلاقه باعتباره <strong>مكرر</strong> لـ {duplicate}.",
"email.change_status.others": "تم تغيير حالة <strong>{title} ({postLink})</strong> إلى <strong>{status}</strong>.",
"email.delete_post.text": "<strong>{title}</strong> تم <strong>حذفه</strong>.",
"email.new_comment.text": "<strong>{userName}</strong> ترك تعليقًا على <strong>{title} ({postLink})</strong>.",
"email.new_post.text": "<strong>{userName}</strong> أنشأ منشورًا جديدًا <strong>{title} ({postLink})</strong>.",
"email.new_comment.text": "<strong>{userName}</strong> ترك تعليقاً على <strong>{title} ({postLink})</strong>.",
"email.new_post.text": "<strong>{userName}</strong> أنشأ منشوراً جديداً <strong>{title} ({postLink})</strong>.",
"email.signin_email.subject": "تسجيل الدخول إلى {siteName}",
"email.signin_email.text": "طلبت منا إرسال رابط تسجيل الدخول لك وها هو.",
"email.signin_email.confirmation": "انقر على الرابط أدناه لتسجيل الدخول إلى <strong>{siteName}</strong>.",
Expand Down

0 comments on commit a0f2f2e

Please sign in to comment.