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:
Anas AlGhanem 2023-12-28 00:33:48 -05:00 committed by GitHub
parent 37803a00d4
commit 8583c01cad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",