Fixed #100: pt-br had wrong country code

This commit is contained in:
azett 2022-06-17 20:21:58 +02:00
parent 9bfb2cb1c2
commit 8c956c4d88

View File

@ -1,10 +1,9 @@
<?php <?php
//Terminado 15 de fevereiro de 2020. // Terminado 15 de fevereiro de 2020.
$langconf = array();
$langconf = array(); $langconf ['id'] = 'Português (BR)';
$langconf['id'] = 'Português (Brasil)'; $langconf ['locale'] = 'pt-br';
$langconf['locale'] = 'pt-br'; $langconf ['charsets'] [0] = 'utf-8';
$langconf['charsets'][0] = 'utf-8'; $langconf ['charsets'] [1] = 'iso-8859-15';
$langconf['charsets'][1] = 'iso-8859-15';
?> ?>