add blog to project

This commit is contained in:
mahdiarghyani
2025-11-09 13:56:03 +03:30
parent 24a91baaf5
commit c7e5eb0713
26 changed files with 3310 additions and 11 deletions
+16 -1
View File
@@ -102,9 +102,24 @@
"theme": "Theme"
},
"blog": {
"title": "Blog",
"explore": "Stories & notes",
"empty": "No posts yet. Check back soon!",
"readMore": "Read article"
"readMore": "Read article",
"readingTime": "{minutes} min read",
"publishedOn": "Published on",
"updatedOn": "Updated on",
"backToBlog": "Back to Blog",
"previousPost": "Previous",
"nextPost": "Next",
"tableOfContents": "Table of Contents",
"searchPlaceholder": "Search posts...",
"filterByTag": "Filter by tag",
"allPosts": "All posts",
"noResults": "No posts found matching your search",
"copyCode": "Copy code",
"codeCopied": "Copied!",
"subscribe": "Subscribe via RSS"
},
"common": {
"present": "Present",