From 16aed6136d31b01435fa6885bfaf7dd1f44116d3 Mon Sep 17 00:00:00 2001 From: Fahri Gedik Date: Sun, 6 Oct 2024 12:49:24 +0300 Subject: [PATCH] Add Localization. --- .../Volo/Blogging/Localization/Resources/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json b/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json index ec1933ac82..ef298d140a 100644 --- a/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json +++ b/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json @@ -87,6 +87,7 @@ "Views": "views", "Biography": "Biography", "Social": "Social", - "NewBlogPost" : "New Blog Post" + "NewBlogPost" : "New Blog Post", + "BlogMemberMetaDescription" : "ABP Blog for .NET development, cross-platform, ASP.NET application templates, ABP-related news and more..." } }