-
Notifications
You must be signed in to change notification settings - Fork 431
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
Add alternative country names #35
Comments
|
Native name is now a string. To keep the support, we should use a comma-separated string for now (and probably make it array in future releases): |
I'm okay with comma-separated string 👍 No idea why at the moment there is only the Dutch name but that's just well ... wrong. The 3 official languages are at the same level :) |
Looks like a lot of countries have official names which differ from common usage :) Bad news is: should probably check each country at least on Wikipedia to do the job. Probably, it also may make sense to have Here are some I could remember and checked:
|
Updating the list in the description, in alphabetical order. |
First draft of the list seems good to me ! 👍 |
Maybe, we could add native names in certain languages like |
Oh sure, if we could include a language "tag" that would be even better ! 🎉 I would maybe go for |
There's a cave-eat for CSV, SQL etc. I try to have simple structures, which are easy to use and describe with TS. But for the next major version bump should probably re-think the module structure to use all advantages of JS and easily convert to other simpler formats. Have more JS code (getters, converters etc). |
That makes sense 👍 |
Here two additional countries to consider
|
Thanks! I think will share updates on this later this month, so everyone will have ability to validate/contribute with actual data. |
Any update on this ? |
+1 |
Let's work on a discussion started in #31: some countries have the main and alternative names and it's nice to cover this information in a proper way.
List, based on comments below:
Belarus
,Republic of Belarus
Belgium
,Kingdom of Belgium
; Native names (in local official languages):Belgique
,Royaume de Belgique
(French)België
,Koninkrijk België
(Dutch)Belgien
,Königreich Belgien
(German)Cyprus
,Republic of Cyprus
Κύπρος
,Κυπριακή Δημοκρατία
(Greek)Kıbrıs
,Kıbrıs Cumhuriyeti
(Turkish)Myanmar
,Burma
Poland
,Republic of Poland
Russia
,Russian Federation
United Kingdom
,United Kingdom of Great Britain and Northern Ireland
,Britain
,UK
United States of America
,United States
,America
,US
The text was updated successfully, but these errors were encountered: