mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-17 23:59:55 +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(
|
'values' => array(
|
||||||
'US' => 'US',
|
'US' => 'US',
|
||||||
'India' => 'IN',
|
'India' => 'IN',
|
||||||
'Canada' => 'CA'
|
'Canada' => 'CA',
|
||||||
|
'Germany' => 'DE',
|
||||||
),
|
),
|
||||||
'defaultValue' => 'US',
|
'defaultValue' => 'US',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue