From cd39052f50ecb7736a503f3516fe3e589e332dcd Mon Sep 17 00:00:00 2001 From: Youssef Ahmed Hassan Elzedy <39376520+youssefelzedy@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:52:17 +0200 Subject: [PATCH] Describe Egypt phone format (#10916) --- CHANGELOG.md | 3 +++ data/phone_formats.json | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410b0db2b..2fca5636a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ _Breaking developer changes, which may affect downstream projects or sites that * Fix calculation of access field placeholders for multi selections ([#9333]) #### :earth_asia: Localization * Consider language scripts when determining the locale to use ([#10910], thanks [@k-yle]) +* Add phone format for Egypt ([#10916], thanks [@youssefelzedy]) #### :hourglass: Performance #### :mortar_board: Walkthrough / Help #### :rocket: Presets @@ -76,9 +77,11 @@ _Breaking developer changes, which may affect downstream projects or sites that [#10852]: https://github.com/openstreetmap/iD/issues/10852 [#10885]: https://github.com/openstreetmap/iD/issues/10885 [#10910]: https://github.com/openstreetmap/iD/pull/10910 +[#10916]: https://github.com/openstreetmap/iD/pull/10916 [id-tagging-schema#609]: https://github.com/openstreetmap/id-tagging-schema/issues/609 [@0xatulpatil]: https://github.com/0xatulpatil [@MohamedAli00949]: https://github.com/MohamedAli00949 +[@youssefelzedy]: https://github.com/youssefelzedy # 2.32.0 diff --git a/data/phone_formats.json b/data/phone_formats.json index 10b8d830f..096472530 100644 --- a/data/phone_formats.json +++ b/data/phone_formats.json @@ -17,6 +17,7 @@ "de": "+49 89 1234567", "dm": "+1-767-555-1234", "do": "+1-809-555-1234", + "eg": "+20-1-234-5678", "es": "+34 989 12 34 56", "fi": "+358 40 123 4567", "fr": "+33 1 23 45 67 89",