From 5d1508e8b01add08841ebff4c79150a18d8db4d5 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Fri, 26 Jan 2024 20:02:57 -0500 Subject: [PATCH] Remove the need to add the language twice Signed-off-by: Skylar "The Cobra" Widulski --- eng/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/translations.php b/eng/translations.php index 2ff2807..fcac3ae 100644 --- a/eng/translations.php +++ b/eng/translations.php @@ -22,6 +22,7 @@ $langs['por-BR'] = array("Brazilian Portuguese", "Português Brasileiro"); $langs['tur'] = array("Turkish", "Türkçe"); + function style($tl) { global $const; global $langs; @@ -34,8 +35,7 @@

Translations