From a39a6ba5e997ef2edcba089cb5025409d1ad479c Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Thu, 5 Feb 2026 21:57:57 +0100 Subject: [PATCH] Update locales.ts --- src/constants/locales.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/locales.ts b/src/constants/locales.ts index 04b2c278..9ea68c32 100644 --- a/src/constants/locales.ts +++ b/src/constants/locales.ts @@ -15,4 +15,5 @@ export const LOCALES = [ { code: 'bg', key: 'bulgarian' } { code: 'pl', key: 'polish' } { code: 'cs', key: 'czech' } + { code: 'tr', key: 'turkish' } ];