mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 10:56:18 +03:00
[AppleAppStoreBridge] Add Germany (#2350)
This commit is contained in:
parent
490f556783
commit
f469489b56
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ class AppleAppStoreBridge extends BridgeAbstract {
|
|||
'values' => array(
|
||||
'US' => 'US',
|
||||
'India' => 'IN',
|
||||
'Canada' => 'CA'
|
||||
'Canada' => 'CA',
|
||||
'Germany' => 'DE',
|
||||
),
|
||||
'defaultValue' => 'US',
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue