Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added Ilawe Ekiti
  • Loading branch information
Towbee05 committed Oct 17, 2025
commit 479f9cadabc0d7b8daee97e801e6510f59c3843c
11 changes: 11 additions & 0 deletions contributions/cities/NG.json
Original file line number Diff line number Diff line change
Expand Up @@ -17166,5 +17166,16 @@
"updated_at": "2025-10-13T13:38:21",
"flag": 1,
"wikiDataId": "Q124669880"
},
{
"name" : "Ilawe-Ekiti",
"state_id" : 309,
"state_code" : "EK",
"country_id" : 161,
"latitude" : "7.594942695084398",
"longitude" : "5.103406817673924",
"timezone" : "Africa/Lagos",
"wikiDataId": "Q3509400"

}
Comment on lines +17204 to 17214
Copy link

Copilot AI Nov 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing recommended native field. While this field is optional, it's highly recommended for data completeness and is present in most other entries in this file.

For Bwari (a Nigerian city), the native name is likely "Bwari" itself, but this should be verified and explicitly set.

Copilot generated this review using guidance from repository custom instructions.
Comment on lines +17204 to 17214
Copy link

Copilot AI Nov 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing required translations field. According to the project guidelines, translations are MANDATORY for data quality.

Use the automatic enrichment tool to add translations:

python3 bin/scripts/validation/translation_enricher.py \
    --file contributions/cities/NG.json \
    --type city \
    --entity "Bwari"

This tool fetches authentic translations from Wikipedia in 18+ languages (ar, de, es, fr, hi, it, ja, ko, pt, ru, zh, etc.) for free.

Copilot generated this review using guidance from repository custom instructions.
]