From e73113bea4f7a8877e6cd12b70c86a3427b46040 Mon Sep 17 00:00:00 2001 From: Muhammed Sari Date: Thu, 10 Apr 2025 08:08:44 +0200 Subject: [PATCH] Fix wrong translations for TR --- constants/countryCodes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constants/countryCodes.ts b/constants/countryCodes.ts index 712f40b..28f0787 100644 --- a/constants/countryCodes.ts +++ b/constants/countryCodes.ts @@ -7086,9 +7086,9 @@ export const countryCodes: CountryItem[] = [ "ro": "Curcan", "bg": "Турция", "de": "Türkei", - "fr": "dinde", - "nl": "kalkoen", - "it": "tacchino", + "fr": "Turquie", + "nl": "Turkije", + "it": "Turchia", "cn": "火鸡", "zh": "火雞", "ko": "터키",