mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-24 18:36:59 +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',
|
'India' => 'IN',
|
||||||
'Canada' => 'CA',
|
'Canada' => 'CA',
|
||||||
'Germany' => 'DE',
|
'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',
|
'defaultValue' => 'US',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue