Update index.svelte.ts

added tr: "Türkçe" for Turhish Language Support
This commit is contained in:
DROF4 2025-10-12 18:08:08 +03:00 committed by GitHub
parent b9d94a3f82
commit 45b9158140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ export const availableLocales = {
fr: "Français",
de: "Deutsch",
hr: "Hrvatski",
tr: "Türkçe",
};
export function updateLocale(newLocale: string) {