Skip to content

Commit 69541cb

Browse files
Copilotdr5hn
andcommitted
chore: align Cairo names with provided CSV
Co-authored-by: dr5hn <6929121+dr5hn@users.noreply.github.com>
1 parent f99110d commit 69541cb

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/fixes-docs/FIX_EGYPT_CAIRO_CITIES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
## Changes Made
1212
- Added **Nasr City** (Cairo) — lat `30.05000000`, lon `31.36667000`, timezone `Africa/Cairo`, wikiDataId `Q1309979`.
13-
- Added **Downtown Cairo** (Cairo) — lat `30.04750000`, lon `31.23830000`, timezone `Africa/Cairo`, wikiDataId `Q2933230`.
13+
- Added **Cairo Downtown** (Cairo) — lat `30.04750000`, lon `31.23830000`, timezone `Africa/Cairo`, wikiDataId `Q2933230`.
1414
- Added **Zamalek** (Cairo) — lat `30.06194444`, lon `31.22055556`, timezone `Africa/Cairo`, wikiDataId `Q145356`.
15-
- Added **Al Rehab** (Cairo) — lat `30.05000000`, lon `31.36670000`, timezone `Africa/Cairo`, wikiDataId `Q7309740`.
15+
- Added **Rehab** (Cairo) — lat `30.05000000`, lon `31.36670000`, timezone `Africa/Cairo`, wikiDataId `Q7309740`.
1616
- Added **New Cairo** (Cairo) — lat `30.03000000`, lon `31.47000000`, timezone `Africa/Cairo`, wikiDataId `Q12191144`.
1717
- Added **Obour City** (Qalyubia) — lat `30.20500000`, lon `31.45750000`, timezone `Africa/Cairo`, wikiDataId `Q4120190`.
1818
- Included native names and multilingual translations (≥5 languages each) for all new cities.
@@ -21,4 +21,3 @@
2121
- Coordinates, native names, and wikiDataIds verified via the corresponding Wikipedia/Wikidata entries for each city.
2222
- Ran `python3 bin/scripts/validation/translation_enricher.py --file /tmp/eg_new_entries.json --type city` to seed translations from Wikipedia before merging into `contributions/cities/EG.json`.
2323
- Loaded `contributions/cities/EG.json` with `python -m json.load` to confirm JSON validity.
24-

contributions/cities/EG.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6466,7 +6466,7 @@
64666466
},
64676467
{
64686468
"id": 160438,
6469-
"name": "Downtown Cairo",
6469+
"name": "Cairo Downtown",
64706470
"state_id": 3223,
64716471
"state_code": "C",
64726472
"country_id": 65,
@@ -6482,7 +6482,7 @@
64826482
"translations": {
64836483
"ar": "وسط البلد (القاهرة)",
64846484
"de": "Kairo Downtown",
6485-
"en": "Downtown Cairo",
6485+
"en": "Cairo Downtown",
64866486
"es": "centro de El Cairo",
64876487
"fr": "Centre-ville du Caire",
64886488
"hi": "काहिरा नगर क्षेत्र",
@@ -6528,7 +6528,7 @@
65286528
},
65296529
{
65306530
"id": 160440,
6531-
"name": "Al Rehab",
6531+
"name": "Rehab",
65326532
"state_id": 3223,
65336533
"state_code": "C",
65346534
"country_id": 65,
@@ -6543,8 +6543,8 @@
65436543
"timezone": "Africa/Cairo",
65446544
"translations": {
65456545
"ar": "الرحاب (القاهرة)",
6546-
"en": "Rehab City",
6547-
"fr": "Al Rehab",
6546+
"en": "Rehab",
6547+
"fr": "Rehab",
65486548
"ga": "Al Rehab",
65496549
"ur": "الرحاب"
65506550
},
@@ -6618,4 +6618,4 @@
66186618
"flag": 1,
66196619
"wikiDataId": "Q12191144"
66206620
}
6621-
]
6621+
]

0 commit comments

Comments
 (0)