mirror of https://github.com/VERT-sh/VERT.git
Update index.svelte.ts
added tr: "Türkçe" for Turhish Language Support
This commit is contained in:
parent
b9d94a3f82
commit
45b9158140
|
@ -323,6 +323,7 @@ export const availableLocales = {
|
|||
fr: "Français",
|
||||
de: "Deutsch",
|
||||
hr: "Hrvatski",
|
||||
tr: "Türkçe",
|
||||
};
|
||||
|
||||
export function updateLocale(newLocale: string) {
|
||||
|
|
Loading…
Reference in New Issue