mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-21 17:15:25 +03:00
Add more countries to App Store Bridge (#3246)
* Added more countries * Fixed Brazil typo * Update AppleAppStoreBridge.php Removed whitespace line 52 for lint fix
This commit is contained in:
parent
23fb5819cd
commit
fbe7cc11ec
1 changed files with 12 additions and 0 deletions
|
@ -37,6 +37,18 @@ class AppleAppStoreBridge extends BridgeAbstract
|
|||
'India' => 'IN',
|
||||
'Canada' => 'CA',
|
||||
'Germany' => 'DE',
|
||||
'Netherlands' => 'NL',
|
||||
'Belgium (NL)' => 'BENL',
|
||||
'Belgium (FR)' => 'BEFR',
|
||||
'France' => 'FR',
|
||||
'Italy' => 'IT',
|
||||
'United Kingdom' => 'UK',
|
||||
'Spain' => 'ES',
|
||||
'Portugal' => 'PT',
|
||||
'Australia' => 'AU',
|
||||
'New Zealand' => 'NZ',
|
||||
'Indonesia' => 'ID',
|
||||
'Brazil' => 'BR',
|
||||
],
|
||||
'defaultValue' => 'US',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue