1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

chore(locale): document standard for country codes

Since we use ISO 3166 standard for country codes, we should document it in the code so we can easily look up whether a country code is in the standard or not.
This commit is contained in:
Steven Nguyen 2024-04-23 17:06:45 -07:00 committed by GitHub
parent dd1bdf02c9
commit b62191a442
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,13 @@
<?php
/**
* ISO 3166 standard country codes
* https://www.iso.org/iso-3166-country-codes.html
*
* Source:
* https://www.iso.org/obp/ui/#search/code/
*/
return [
'AF',
'AO',