Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/country_dialing_codes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ AR:
name: Argentina
supports_sms: true
supports_voice: false
AS:
country_code: '1684'
name: American Samoa
supports_sms: true
supports_voice: true
AT:
country_code: '43'
name: Austria
Expand Down
1 change: 1 addition & 0 deletions config/locales/countries/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ en:
am: Armenia
ao: Angola
ar: Argentina
as: American Samoa
at: Austria
au: Australia
aw: Aruba
Expand Down
1 change: 1 addition & 0 deletions config/locales/countries/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ es:
am: Armenia
ao: Angola
ar: Argentina
as: Samoa Americana
at: Austria
au: Australia
aw: Aruba
Expand Down
1 change: 1 addition & 0 deletions config/locales/countries/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fr:
am: Arménie
ao: Angola
ar: Argentine
as: Samoa américaines
at: Autriche
au: Australie
aw: Aruba
Expand Down
5 changes: 5 additions & 0 deletions config/pinpoint_overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ AO:
supports_voice: false
AR:
supports_voice: false
AS:
country_code: '1684'
name: American Samoa
supports_sms: true
supports_voice: true
AT:
supports_voice: false
AU:
Expand Down
2 changes: 1 addition & 1 deletion config/pinpoint_supported_countries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ JP:
country_code: '81'
name: Japan
supports_sms: true
supports_voice: true
supports_voice: false
KE:
country_code: '254'
name: Kenya
Expand Down