Translate various components to Turkish, including blog content, contact forms, newsletter, and navigation links. Update labels, placeholders, and error messages for better localization. Adjust layout and styling for improved user experience.
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ async function readPodcastEpisodes(kind: PodcastKind): Promise<PodcastEpisode[]>
|
||||
|
||||
return {
|
||||
slug: file.replace(/\.md$/, ""),
|
||||
title: data.title ?? "Untitled Episode",
|
||||
title: data.title ?? "Başlıksız Bölüm",
|
||||
date: data.date ?? "1970-01-01",
|
||||
youtubeUrl: data.youtubeUrl ?? "",
|
||||
spotifyUrl: data.spotifyUrl ?? "",
|
||||
|
||||
Reference in New Issue
Block a user