diff --git a/src/i18n.ts b/src/i18n.ts index 0818a09..78c295c 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -14,6 +14,7 @@ export const localeLabels = { 'it-IT': 'Italiano', 'ua-UA': 'Українська', ro: 'Română', + 'tr-TR': 'Türkçe', } as const export const locales: (keyof typeof localeLabels)[] = Object.keys(