From 6debea6dbbdec924e5f246663e502ec26b3c8a74 Mon Sep 17 00:00:00 2001 From: aydnykn Date: Thu, 11 Dec 2025 17:50:10 +0300 Subject: [PATCH] Register Turkish language to index.ts --- src/locales/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index aca7ef5b..738cf869 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -9,6 +9,7 @@ import ko from './ko.json'; import nl from './nl.json'; import ru from './ru.json'; import th from './th.json'; +import tr from './tr.json'; import uk from './uk.json'; import vi from './vi.json'; import zhHans from './zh_Hans.json'; @@ -118,6 +119,13 @@ export const ALL_LANGUAGES: Record = { textDirection: 'ltr', content: th }, + tr: { + name: 'Turkish', + displayName: 'Türkçe', + alternativeLanguageTag: 'tr-TR', + textDirection: 'ltr', + content: tr + }, 'uk': { name: 'Ukrainian', displayName: 'Українська',