From 0855cf002a8135b7360aad8021ef63c0b4aec8f3 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Thu, 29 Aug 2024 21:54:28 +0200 Subject: [PATCH] (tr) publish --- locale/locales.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/locales.ts b/locale/locales.ts index 1e5d08c1c..4fb51cb66 100644 --- a/locale/locales.ts +++ b/locale/locales.ts @@ -60,7 +60,7 @@ export default [ new LocaleDescription('pt', 'por', 'Português', 'Portuguese', 'https://pt.pronouns.page', true, 'ã', 'romance'), new LocaleDescription('ro', 'rom', 'Română', 'Romanian', 'https://ro.pronouns.page', true, 'ă', 'romance'), new LocaleDescription('sv', 'swe', 'Svenska', 'Swedish', 'https://sv.pronouns.page', true, 'å', 'germanic'), - new LocaleDescription('tr', 'tur', 'Türkçe', 'Turkish', 'https://tr.pronouns.page', false, 'ğ', 'turkic'), + new LocaleDescription('tr', 'tur', 'Türkçe', 'Turkish', 'https://tr.pronouns.page', true, 'ğ', 'turkic'), new LocaleDescription('vi', 'vie', 'Tiếng Việt', 'Vietnamese', 'https://vi.pronouns.page', true, 'ớ', 'vietic'), new LocaleDescription('ar', 'ams', 'العربية', 'Arabic', 'https://ar.pronouns.page', true, 'ش', 'semitic', 'الفصحى'), new LocaleDescription('ru', 'rus', 'Русский', 'Russian', 'https://ru.pronouns.page', true, 'й', 'slavic'),