mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-02-28 05:20:42 +01:00
Update Item.php
This commit is contained in:
committed by
GitHub
parent
9778847f4f
commit
cc2d8f49a7
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user