Browse Source

Merge pull request #13469 from abpframework/volo/issue/11259

Added Blog Module Localization
pull/13470/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
893181d2eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json

4
modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json

@ -56,6 +56,8 @@
"ShareOn": "Share on",
"TitleLengthWarning": "Keep your title size under 60 characters to be SEO friendly!",
"ClearCache": "Clear cache",
"ClearCacheConfirmationMessage": "Are you sure you want to clear the cache?"
"ClearCacheConfirmationMessage": "Are you sure you want to clear the cache?",
"MarkdownSupported": "Markdown is supported",
"FileUploadInfo": "Drag, drop, or paste a copied image."
}
}
Loading…
Cancel
Save