Update Item.php

This commit is contained in:
Florin-Ciprian Bodin
2020-03-19 08:51:44 +02:00
committed by GitHub
parent 9778847f4f
commit cc2d8f49a7

View File

@@ -2312,12 +2312,12 @@ abstract class Item
case 'pt':
case 'pt_pt':
$lang_name = 'PORTUGAL';
$lang_name = 'PORTUGUESE';
$country_name = 'PORTUGAL';
break;
case 'pt_br':
$lang_name = 'PORTUGAL';
$lang_name = 'PORTUGUESE_BRASIL';
$country_name = 'BRAZIL'; //pt
break;