-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate tz locations against root (#5759)
A lot of location names are the same in many languages. For exemplar cities we have root data, however for territories we don't. For territories I'm resolving the `und` name by using a Latin-script endonym (i.e. for region `XY`, resolve `und-Latn-XY`), and if that fails, just use English (not perfect, but it's better than the raw region code for both display purposes and deduplication).
- Loading branch information
1 parent
ed143c9
commit 983ce33
Showing
18 changed files
with
681 additions
and
3,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
300 changes: 150 additions & 150 deletions
300
provider/data/datetime/data/locations_v1_marker.rs.data
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.