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 31, 2024
1 parent d7cf868 commit b033467
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locale/ar/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"modal.notifications.unread": "الإشعارات غير المقروءة",
"modal.showvotes.message.zeromatches": "لم يتم العثور على مستخدمين مطابقين لـ <0>{0}</0>.",
"modal.showvotes.query.placeholder": "ابحث عن المستخدمين بالاسم...",
"modal.signin.header": "تسجيل الدخول للمساهمة والتصويت",
"modal.signin.header": "سجل الدخول لتتمكن من المساهمة والتصويت",
"mynotifications.label.readrecently": "تمت قراءتها في آخر 30 يوم.",
"mynotifications.message.nounread": "لا توجد إشعارات غير مقروءة.",
"mynotifications.page.subtitle": "ابق على اطلاع بما يحدث",
Expand Down
6 changes: 3 additions & 3 deletions views/email/base_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
{{ end }}
<tr>
<td align="center">
<table bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" border="0" style="text-align:left;padding:20px;margin:10px;border-radius:5px;color:#1c262d;border:1px solid #ECECEC;min-width:320px;max-width:660px; direction: rtl;">
<table bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" border="0" style="text-align:right;padding:20px;margin:10px;border-radius:5px;color:#1c262d;border:1px solid #ECECEC;min-width:320px;max-width:660px; direction: rtl;">
{{block "body" .}}{{end}}
</table>
</td>
</tr>
{{ if .noreply }}
<tr>
<td>
<span style="color:#666;font-size:12px;direction: rtl;">{{ "email.footer.noreply" | translate }}</span>
<td style="direction: rtl;">
<span style="color:#666;font-size:12px;">{{ "email.footer.noreply" | translate }}</span>
</td>
</tr>
{{ end }}
Expand Down

0 comments on commit b033467

Please sign in to comment.