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
Prev Previous commit
Next Next commit
Added city
  • Loading branch information
Towbee05 committed Oct 17, 2025
commit cbce1a4595ad41d60bd23d8d3c51f5a2ad12bf0d
11 changes: 10 additions & 1 deletion contributions/cities/NG.json
Original file line number Diff line number Diff line change
Expand Up @@ -17177,6 +17177,15 @@
"longitude" : "5.103406817673924",
"timezone" : "Africa/Lagos",
"wikiDataId": "Q3509400"

},
{
"name" : "Oye-Ekiti",
"state_id" : 309,
"state_code" : "EK",
"country_id" : 161,
"country_code" : "NG",
"latitude" : "7.798035744393215",
"longitude" : "5.328547174323522",
"wikiDataId" : "Q7116252"
}
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.
]