📄 Huge intl feature

This commit is contained in:
RJ
2025-12-03 00:17:34 +02:00
parent 6e5d641c06
commit 78cdc7b539
48 changed files with 955 additions and 138 deletions

69
messages/en.json Normal file
View File

@@ -0,0 +1,69 @@
{
"Metadata": {
"siteTitle": "Personal Blog",
"siteDescription": "Thoughts on technology and development"
},
"Navigation": {
"home": "Home",
"blog": "Blog",
"tags": "Tags",
"about": "About"
},
"Breadcrumbs": {
"home": "Home",
"blog": "Blog",
"tags": "Tags",
"about": "About"
},
"BlogListing": {
"title": "Blog",
"subtitle": "Latest articles and thoughts",
"searchPlaceholder": "Search articles...",
"sortBy": "Sort by",
"sortNewest": "Newest",
"sortOldest": "Oldest",
"sortTitle": "Title",
"filterByTag": "Filter by tag",
"clearFilters": "Clear filters",
"foundPosts": "Found {count} posts",
"noPosts": "No posts found"
},
"BlogPost": {
"readMore": "Read more",
"readingTime": "{minutes} min read",
"publishedOn": "Published on {date}",
"author": "By {author}",
"tags": "Tags",
"relatedPosts": "Related Posts",
"sharePost": "Share this post"
},
"Tags": {
"title": "Tags",
"subtitle": "Browse by topic",
"allTags": "All Tags",
"postsWithTag": "{count} posts tagged with {tag}",
"relatedTags": "Related tags",
"quickNav": "Quick navigation"
},
"About": {
"title": "About",
"subtitle": "Learn more about me"
},
"NotFound": {
"title": "Page Not Found",
"description": "The page you're looking for doesn't exist",
"goHome": "Go to homepage"
},
"LanguageSwitcher": {
"switchLanguage": "Switch language",
"currentLanguage": "Current language"
}
}