From 835c1dd41fe6bffb0a1182c5c057ff98ca82c2db Mon Sep 17 00:00:00 2001 From: volkankoc Date: Thu, 25 Jul 2024 23:29:07 +0300 Subject: [PATCH] correction made --- src/i18n/locales/tr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/tr.js b/src/i18n/locales/tr.js index ebc6aa8..7465138 100644 --- a/src/i18n/locales/tr.js +++ b/src/i18n/locales/tr.js @@ -1,6 +1,6 @@ -const english = { +const turkish = { name: "Turkish", - native_name: "Turkish", + native_name: "Türkçe", code: "tr", };