Browse Source

Merge pull request #20964 from abpframework/issue-5080

add localization.
pull/21005/head
oykuermann 1 year ago
committed by GitHub
parent
commit
b87b0177e8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json

3
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..."
}
}

Loading…
Cancel
Save