Skip to content

Commit

Permalink
feat(data): djibouti & ethiopia Numbers Format Added
Browse files Browse the repository at this point in the history
  • Loading branch information
baharalidurrani committed Jun 4, 2024
1 parent 20bfdde commit 5c4e5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/countryData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const defaultCountries: CountryData[] = [
['Cyprus', 'cy', '357', '.. ......'],
['Czech Republic', 'cz', '420', '... ... ...'],
['Denmark', 'dk', '45', '.. .. .. ..'],
['Djibouti', 'dj', '253'],
['Djibouti', 'dj', '253', '.. .. ....'],
['Dominica', 'dm', '1767'],
['Dominican Republic', 'do', '1', '(...) ...-....', 2, ['809', '829', '849']],
['Ecuador', 'ec', '593'],
Expand All @@ -139,7 +139,7 @@ export const defaultCountries: CountryData[] = [
['Equatorial Guinea', 'gq', '240'],
['Eritrea', 'er', '291'],
['Estonia', 'ee', '372', '.... ......'],
['Ethiopia', 'et', '251'],
['Ethiopia', 'et', '251', '.. ... ....'],
['Fiji', 'fj', '679'],
['Finland', 'fi', '358', '.. ... .. ..'],
['France', 'fr', '33', '. .. .. .. ..'],
Expand Down

0 comments on commit 5c4e5d7

Please sign in to comment.