From 93eba38b4567bc8c11f6e37dea9218293ab4b22c Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Fri, 29 Dec 2023 10:32:45 +0100 Subject: [PATCH] =?UTF-8?q?Added=20and=20commented=20out=20=E2=80=9Cpt?= =?UTF-8?q?=E2=80=9D=20and=20=E2=80=9Cpt=5FBR=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/lib/localemap.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/lib/localemap.php b/web/lib/localemap.php index 5f91fed..66f3955 100644 --- a/web/lib/localemap.php +++ b/web/lib/localemap.php @@ -1,9 +1,11 @@ 'be_BY.UTF-8', +// 'be'=>'be_BY.UTF-8', 'it'=>'it_IT.UTF-8', - 'en'=>'en_US.UTF-8' + 'en'=>'en_US.UTF-8', +/* 'pt'=>'pt_PT.UTF-8', + 'pt_BR'=>'pt_BR.UTF-8'*/ ]; if (array_key_exists($loc,$map)) return $map[$loc]; return $loc;