From c71c36f6b3d75134432148c26419cf412c4eb923 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Thu, 4 May 2023 16:24:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20wrong=20i18n=20language=20?= =?UTF-8?q?for=20turkish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next-i18next.config.js | 2 +- public/locales/{tk => tr}/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/locales/{tk => tr}/.gitkeep (100%) diff --git a/next-i18next.config.js b/next-i18next.config.js index 5a68b053e..362dcc9a3 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -27,7 +27,7 @@ module.exports = { 'el', 'sk', 'no', - 'tk', + 'tr', ], localeDetection: true, diff --git a/public/locales/tk/.gitkeep b/public/locales/tr/.gitkeep similarity index 100% rename from public/locales/tk/.gitkeep rename to public/locales/tr/.gitkeep