feat(agenda): add weekly agenda experience

This commit is contained in:
poyrazavsever
2026-08-31 09:28:11 +03:00
parent ea35a30198
commit 36f888931d
10 changed files with 271 additions and 63 deletions
+9
View File
@@ -2,6 +2,7 @@
"Nav": {
"about": "About",
"blog": "Blog",
"agenda": "Weekly Agenda",
"content": "Content",
"projects": "Projects",
"gallery": "Gallery",
@@ -87,6 +88,14 @@
"diagramLoading": "Diagram rendering...",
"diagramError": "Could not render Mermaid diagram."
},
"Agenda": {
"title": "Weekly Agenda",
"description": "Weekly developments and commentary from software, technology, design, and artificial intelligence.",
"searchPlaceholder": "Search the weekly agenda...",
"empty": "No agenda posts yet.",
"noSearch": "No agenda posts found for \"{search}\".",
"backToAgenda": "<- Back to Weekly Agenda"
},
"AnimationSources": {
"title": "Animation Sources",
"description": "Production notes, prompts, and reusable code from animations I create for web and mobile products.",
+9
View File
@@ -2,6 +2,7 @@
"Nav": {
"about": "Hakkımda",
"blog": "Blog",
"agenda": "Haftalık Gündem",
"content": "İçerikler",
"projects": "Projeler",
"gallery": "Galeri",
@@ -87,6 +88,14 @@
"diagramLoading": "Diyagram hazırlanıyor...",
"diagramError": "Mermaid diyagramı oluşturulamadı."
},
"Agenda": {
"title": "Haftalık Gündem",
"description": "Yazılım, teknoloji, tasarım ve yapay zeka dünyasından haftalık gelişmeler ve yorumlar.",
"searchPlaceholder": "Haftalık gündemde ara...",
"empty": "Henüz gündem yazısı bulunmuyor.",
"noSearch": "\"{search}\" aramasına uygun gündem yazısı bulunamadı.",
"backToAgenda": "<- Haftalık Gündem'e dön"
},
"AnimationSources": {
"title": "Animasyon Kaynakları",
"description": "Web ve mobil ürünler için hazırladığım animasyonların üretim süreçleri, promptları ve uygulanabilir kodları.",