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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user