-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More aliases (for Cameroon, Sudan, Brazil, Congo) #9
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -459,9 +459,13 @@ CD: | |
aliases: | ||
- Congo Kinshasa | ||
- Congo-Kinshasa | ||
- DRC | ||
- DR Congo | ||
- Congo, The Democratic Republic Of The | ||
- Congo, Democratic Republic of | ||
- Democratic Republic of Congo | ||
- DR Congo | ||
- RD Congo | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. French! Is this intentional? 😅 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mouais? |
||
- DROC | ||
- DRC | ||
alpha2: CD | ||
alpha3: COD | ||
fifa: COD | ||
|
@@ -549,6 +553,9 @@ CL: | |
emoji: "\U0001F1E8\U0001F1F1" | ||
shortcode: ":flag-cl:" | ||
CM: | ||
aliases: | ||
- Cameroun | ||
- Cameroon, Republic of | ||
alpha2: CM | ||
alpha3: CMR | ||
fifa: CMR | ||
|
@@ -2256,6 +2263,12 @@ SC: | |
emoji: "\U0001F1F8\U0001F1E8" | ||
shortcode: ":flag-sc:" | ||
SD: | ||
aliases: | ||
- The Sudan | ||
- The Sudan, Republic of | ||
- Republic of Sudan | ||
- Sudan, Republic of | ||
- Sudan, Republic of the | ||
alpha2: SD | ||
alpha3: SDN | ||
fifa: SDN | ||
|
@@ -2393,7 +2406,10 @@ SR: | |
shortcode: ":flag-sr:" | ||
SS: | ||
aliases: | ||
- South Sudan, Republic of | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you think we may as well add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure. Although "S. Sudan" is a bit of a weird one, adding an extra permutation: abbreviations of "north", "south", etc. An "S." variation is included here and for a few other cases, but not for South Africa, South Georgia, North Macedonia etc. |
||
- S. Sudan | ||
- Republic of S. Sudan | ||
- S. Sudan, Republic of | ||
alpha2: SS | ||
alpha3: SSD | ||
fifa: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep
Congo, The Democratic Republic Of The
. It's valid: https://www.iso.org/obp/ui/#iso:code:3166:CD.Version with parenthesis should be added too but this looks like a broader task for another day.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I meant to add the extra alias, and not delete the existing one. Will fix.