Cimpress-MCP / postal-codes-js

Provide postal code validation for javascript
Apache License 2.0
43 stars 36 forks source link

Country Naming Conventions #76

Open zapbra opened 1 year ago

zapbra commented 1 year ago

I think the names in postal-codes-js/generated/postal-codes-alpha2.json should be standardized.

Ex. instead of using "countryName": "Hong Kong, Special Administrative Region of China",

Should be using "countryName": "Hong Kong", so it can be used with other apis/libraries.

Cuz I had to manually go through and change the list to simple standardized names.