refactor: translate UI elements to Turkish and update homepage content
This commit is contained in:
@@ -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;
|
||||
---
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user