fix(Geo): Add timezone for palestinian territory country (#23986)
* Add timezone for palestinian territory country. It's blocking the first start wizard from completion. * add currency and additional timezone for Palestine [skip ci]
This commit is contained in:
parent
37803a00d4
commit
8583c01cad
1 changed files with 10 additions and 1 deletions
|
|
@ -2089,8 +2089,17 @@
|
|||
},
|
||||
"Palestinian Territory, Occupied": {
|
||||
"code": "ps",
|
||||
"currency": "ILS",
|
||||
"currency_fraction": "Agora",
|
||||
"currency_fraction_units": 100,
|
||||
"currency_name": "New Israeli Sheqel",
|
||||
"currency_symbol": "\u20aa",
|
||||
"number_format": "#,###.##",
|
||||
"isd": "+970"
|
||||
"isd": "+970",
|
||||
"timezones": [
|
||||
"Asia/Hebron",
|
||||
"Asia/Jerusalem"
|
||||
]
|
||||
},
|
||||
"Panama": {
|
||||
"code": "pa",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue