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;