Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: country formats for nepal, nz, and philippines #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions country_telephone_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var allCountries = [
["Côte d’Ivoire", "ci", "225", "+...-..-...-..."],
["Croatia (Hrvatska)", "hr", "385", "+...-..-...-..."],
["Cuba", "cu", "53", "+..-.-...-...."],
["Curaçao", "cw", "599", "+...-...-....", 0],
["Curaçao", "cw", "599", "+... . ... ....", 0],
["Cyprus (Κύπρος)", "cy", "357", "+...-..-...-..."],
["Czech Republic (Česká republika)", "cz", "420", "+...(...)...-..."],
["Denmark (Danmark)", "dk", "45", "+.. .. .. .. .."],
Expand Down Expand Up @@ -150,7 +150,7 @@ var allCountries = [
["Gabon", "ga", "241", "+...-.-..-..-.."],
["Gambia", "gm", "220", "+...(...)..-.."],
["Georgia (საქართველო)", "ge", "995", "+...(...)...-..."],
["Germany (Deutschland)", "de", "49", "+.. ... ......."],
["Germany (Deutschland)", "de", "49", "+.. ... ........"],
["Ghana (Gaana)", "gh", "233", "+...(...)...-..."],
["Gibraltar", "gi", "350", "+...-...-....."],
["Greece (Ελλάδα)", "gr", "30", "+..(...)...-...."],
Expand Down Expand Up @@ -221,10 +221,10 @@ var allCountries = [
["Myanmar (Burma) (မြန်မာ)", "mm", "95", "+..-...-..."],
["Namibia (Namibië)", "na", "264", "+...-..-...-...."],
["Nauru", "nr", "674", "+...-...-...."],
["Nepal (नेपाल)", "np", "977", "+...-..-...-..."],
["Nepal (नेपाल)", "np", "977", "+... .. .... ...."],
["Netherlands (Nederland)", "nl", "31", "+.. .. ........"],
["New Caledonia (Nouvelle-Calédonie)", "nc", "687", "+...-..-...."],
["New Zealand", "nz", "64", "+.. ...-...-...."],
["New Zealand", "nz", "64", "+.. ...-...-..."],
["Nicaragua", "ni", "505", "+...-....-...."],
["Niger (Nijar)", "ne", "227", "+...-..-..-...."],
["Nigeria", "ng", "234", "+...-..-...-.."],
Expand All @@ -241,7 +241,7 @@ var allCountries = [
["Papua New Guinea", "pg", "675", "+...(...)..-..."],
["Paraguay", "py", "595", "+...(...)...-..."],
["Peru (Perú)", "pe", "51", "+..(...)...-..."],
["Philippines", "ph", "63", "+.. ... ...."],
["Philippines", "ph", "63", "+.. ... .... ..."],
["Pitcairn Islands", "pn", "64", ""],
["Poland (Polska)", "pl", "48", "+.. ...-...-..."],
["Portugal", "pt", "351", "+...-..-...-...."],
Expand Down Expand Up @@ -293,7 +293,7 @@ var allCountries = [
["Taiwan (台灣)", "tw", "886", "+...-....-...."],
["Tajikistan", "tj", "992", "+...-..-...-...."],
["Tanzania", "tz", "255", "+...-..-...-...."],
["Thailand (ไทย)", "th", "66", "+..-..-...-..."],
["Thailand (ไทย)", "th", "66", "+..-..-...-...."],
["Timor-Leste", "tl", "670", "+...-...-...."],
["Togo", "tg", "228", "+...-..-...-..."],
["Tokelau", "tk", "690", "+...-...."],
Expand Down