feat(location): update en county list#2238
Merged
Merged
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2238 +/- ##
==========================================
- Coverage 99.60% 99.60% -0.01%
==========================================
Files 2760 2760
Lines 251164 251266 +102
Branches 1081 1083 +2
==========================================
+ Hits 250176 250274 +98
- Misses 961 965 +4
Partials 27 27
|
ejcheng
previously approved these changes
Jul 8, 2023
Member
|
Shouldn't we mix other states counties in as well otherwise en == en_US. |
Contributor
Author
|
We don't do that for state() |
Member
|
There seems to be merge conflicts. Could you please fix them? |
Member
|
Team decision We will use both the "British" and US county names for |
Contributor
Author
|
Done. Note this is a good example of why you don't always want to sort definitions alphabetically re #2265 |
ST-DDT
reviewed
Aug 18, 2023
ST-DDT
approved these changes
Aug 20, 2023
Shinigami92
approved these changes
Aug 28, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
re #2207 #1944
Updates the en county list to be a lomger list of US-esque county names instead of a
truncated list of GB county names.