From 92909ce27f5e6e63be1b387f9ff3b121b8e4fcc0 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Sat, 19 Apr 2025 14:16:48 -0400 Subject: [PATCH] Add Turkish locale label --- src/i18n.ts | 1 + 1 file changed, 1 insertion(+) 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(