diff options
Diffstat (limited to 'src/locales/en_CA/location/country_code.ts')
| -rw-r--r-- | src/locales/en_CA/location/country_code.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locales/en_CA/location/country_code.ts b/src/locales/en_CA/location/country_code.ts new file mode 100644 index 00000000..75683672 --- /dev/null +++ b/src/locales/en_CA/location/country_code.ts @@ -0,0 +1,2 @@ +// [ISO_3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) +export default [{ alpha2: 'CA', alpha3: 'CAN', numeric: '124' }]; |
