From 5bdf3002cc96e8a07ab4e61c8ee7fad851d9714a Mon Sep 17 00:00:00 2001
From: Engincan VESKE <43685404+EngincanV@users.noreply.github.com>
Date: Thu, 7 Sep 2023 18:50:49 +0300
Subject: [PATCH] CMS: Add missing localizations for tag & blog features
---
.../Pages/CmsKit/Tags/Components/TagEditor/Default.cshtml | 1 +
.../Volo/CmsKit/Localization/Resources/en.json | 8 ++++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Tags/Components/TagEditor/Default.cshtml b/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Tags/Components/TagEditor/Default.cshtml
index 3232be484d..b4695840cc 100644
--- a/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Tags/Components/TagEditor/Default.cshtml
+++ b/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Tags/Components/TagEditor/Default.cshtml
@@ -11,6 +11,7 @@
@if (Model.DisplaySubmitButton)
diff --git a/modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo/CmsKit/Localization/Resources/en.json b/modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo/CmsKit/Localization/Resources/en.json
index 4555ed36b1..327f924753 100644
--- a/modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo/CmsKit/Localization/Resources/en.json
+++ b/modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo/CmsKit/Localization/Resources/en.json
@@ -215,10 +215,14 @@
"DeleteBlogPostMessage": "The blog will be deleted. Are you sure?",
"CaptchaCode": "Captcha code",
"CommentTextRequired": "Comment is required",
- "CaptchaCodeErrorMessage" : "The answer you entered for the CAPTCHA was not correct. Please try again",
+ "CaptchaCodeErrorMessage": "The answer you entered for the CAPTCHA was not correct. Please try again",
"CaptchaCodeMissingMessage": "The captcha code is missing!",
"UnAllowedExternalUrlMessage": "You included an unallowed external URL. Please try again without the external URL.",
"URL": "URL",
- "PopularTags": "Popular Tags"
+ "PopularTags": "Popular Tags",
+ "RemoveCoverImageConfirmationMessage": "Are you sure you want to remove the cover image?",
+ "RemoveCoverImage": "Remove cover image",
+ "CssClass": "CSS Class",
+ "TagsHelpText": "Tags should be comma-separated (e.g.: tag1, tag2, tag3)"
}
}
\ No newline at end of file