From 7b4c3ec346d17108e44d2a25e456363b0a805d0e Mon Sep 17 00:00:00 2001 From: Diego Sangunietti <5572928+sguinetti@users.noreply.github.com> Date: Sun, 15 Mar 2020 19:52:28 -0500 Subject: [PATCH] added japanese number See Wikipedia: https://en.wikipedia.org/wiki/Telephone_numbers_in_Japan --- data/phone_formats.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/phone_formats.json b/data/phone_formats.json index 28d65c6d2..d9bf521ec 100644 --- a/data/phone_formats.json +++ b/data/phone_formats.json @@ -30,6 +30,7 @@ "im": "+44 1632 961234", "it": "+39 01 123 456", "je": "+44 1632 961234", + "jp": "+81-3-1234-5678", "jm": "+1-876-555-1234", "kn": "+1-869-555-1234", "ky": "+1-345-555-1234", @@ -60,4 +61,4 @@ "vi": "+1-340-555-1234", "vn": "+84 1 234 5678", "za": "+27 11 907 1111" -} \ No newline at end of file +}