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