Closed (fixed)
Project:
Address
Version:
8.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
6 Jul 2020 at 11:31 UTC
Updated:
23 Jan 2023 at 17:26 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedderekcosgrave created an issue. See original summary.
Comment #2
dwwhttps://docs.drupalcommerce.org/commerce2/developer-guide/customers/addr... is how you can alter the list yourself.
However, note that we rely on http://cldr.unicode.org/ for the country codes. Until they recognize all those places as separate countries, you're basically going to have to invent your own country codes. So beware. ;)
Either we can call this a fixed support request, now that you know how to alter it yourself, or we can call this postponed until the upstream data makes these separate countries, and there's a new release of the commerceguys/addressing library that uses the new codes.
Your pick. ;)
Cheers,
-Derek
Comment #3
bojanz commentedThanks, dww.