refactor: translate UI elements to Turkish and update homepage content

This commit is contained in:
Buğra
2025-07-10 15:53:05 +03:00
parent 5633ec92a1
commit 4538959c00
33 changed files with 544 additions and 1809 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export interface Props {
nextText?: string;
}
const { prevUrl, nextUrl, prevText = 'Newer posts', nextText = 'Older posts' } = Astro.props;
const { prevUrl, nextUrl, prevText = 'Daha Yeni Yazılar', nextText = 'Daha Eski Yazılar' } = Astro.props;
---
{