mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #8014 from appwrite/chore-document-country-codes
Document standard for country codes
This commit is contained in:
commit
80c3fbfc27
1 changed files with 8 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue