Turkish translation (#575)

* Turkish translation

turkish translation

* feat: add Turkish language support in translations

---------

Co-authored-by: L4Ph <me@l4ph.moe>
This commit is contained in:
Tandstik
2025-08-03 16:12:20 +03:00
committed by GitHub
parent d219ca6ee3
commit 5dfaed7e67
3 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export type SiteConfig = {
title: string;
subtitle: string;
lang: string;
lang: "en" | "zh_CN" | "zh_TW" | "ja" | "ko" | "es" | "th" | "vi" | "tr";
themeColor: {
hue: number;