From 71ecae4a62ad38ed87cdb27a66cb8a29c4fe1ea4 Mon Sep 17 00:00:00 2001 From: 19atlas Date: Thu, 25 Jan 2024 20:46:55 +0300 Subject: [PATCH] translate name fix --- eng/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/translations.php b/eng/translations.php index ebacd09..2ff2807 100644 --- a/eng/translations.php +++ b/eng/translations.php @@ -20,7 +20,7 @@ $const = 650; $langs = array(); $langs['por-BR'] = array("Brazilian Portuguese", "Português Brasileiro"); - $langs['tur'] = array("Turkey Turkish", "Türkiye Türkçesi"); + $langs['tur'] = array("Turkish", "Türkçe"); function style($tl) { global $const;