From 850e562bd06ef758080f3ac706f5425a963fd08e Mon Sep 17 00:00:00 2001 From: Bassel Al Sheikh Ali Date: Tue, 31 Dec 2024 07:31:17 +0300 Subject: [PATCH] fix: add Arabic font support and SVG upload --- app/tasks/status_change.go | 2 +- locale/ar/client.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/tasks/status_change.go b/app/tasks/status_change.go index 976bef6db..1932cb182 100644 --- a/app/tasks/status_change.go +++ b/app/tasks/status_change.go @@ -30,7 +30,7 @@ func NotifyAboutStatusChange(post *entity.Post, prevStatus enum.PostStatus) work } author := c.User() - title := fmt.Sprintf("**%s** changed status of **%s** to **%s**", author.Name, post.Title, post.Status.Name()) + title := fmt.Sprintf("**%s** غير حالة **%s** إلى **%s**", author.Name, post.Title, i18n.T(c, fmt.Sprintf("enum.poststatus.%s", post.Status.Name()))) link := fmt.Sprintf("/posts/%d/%s", post.Number, post.Slug) for _, user := range users { if user.ID != author.ID { diff --git a/locale/ar/client.json b/locale/ar/client.json index cca92fd5c..771f169ad 100644 --- a/locale/ar/client.json +++ b/locale/ar/client.json @@ -36,7 +36,7 @@ "home.lonely.text": "لم يتم نشر أي مساهمات حتى الآن.", "home.postfilter.label.view": "عرض", "home.postfilter.option.mostdiscussed": "الأكثر مناقشة", - "home.postfilter.option.mostwanted": "الأكثر تصويتا", + "home.postfilter.option.mostwanted": "الأكثر تصويتاً", "home.postfilter.option.myvotes": "تصويتاتي", "home.postfilter.option.recent": "الأحدث", "home.postfilter.option.trending": "الشائع", @@ -47,7 +47,7 @@ "home.similar.subtitle": "صوت على المساهمات الموجودة إذا كانت مشابهة لمساهمتك.", "home.similar.title": "مساهمات مشابهة", "home.tagsfilter.label.with": "مع", - "home.tagsfilter.selected.none": "أي وسم", + "home.tagsfilter.selected.none": "أي تصنيف", "label.actions": "إجراءات", "label.avatar": "الصورة الرمزية", "label.custom": "مخصص", @@ -157,7 +157,7 @@ "signin.message.onlyadmins": "حاليًا مسموح فقط بتسجيل الدخول إلى حساب مسؤول", "signin.message.private.text": "إذا كان لديك حساب أو دعوة، يمكنك استخدام الخيارات التالية لتسجيل الدخول.", "signin.message.private.title": "<0>{0} مساحة خاصة، يجب عليك تسجيل الدخول للمساهمة والتصويت.", - "{count, plural, one {# tag} other {# tags}}": "{count, plural, one {# وسم} other {# وسوم}}", + "{count, plural, one {# tag} other {# tags}}": "{count, plural, one {# تصنيف} other {# تصنيفات}}", "modal.signin.message.email": "أدخل عنوان بريدك الإلكتروني للمتابعة.", "modal.signin.message.facebook": "انقر فوق الزر أدناه للمتابعة.", "modal.signin.message.google": "انقر فوق الزر أدناه للمتابعة.",