From a61a9fa961835e7dac48c0054610470999601455 Mon Sep 17 00:00:00 2001 From: Roch Lefebvre Date: Tue, 2 Jul 2024 15:26:58 -0400 Subject: [PATCH] Allow house numbers on address2 --- CHANGELOG.md | 1 + db/data/regions/JP.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6700594bd..c059886b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] - Move Units constants `SUPPORTED_HUMANIZATIONS` and `MEASUREMENT_KEYS` to `Worldwide.units.supported_humanizations` and `Worldwide.units.measurement_keys` [#240](https://github.com/Shopify/worldwide/pull/240) +- Allow house numbers on address2 for Japan [#245](https://github.com/Shopify/worldwide/pull/245) --- diff --git a/db/data/regions/JP.yml b/db/data/regions/JP.yml index 1aaf6e36b..498d69c26 100644 --- a/db/data/regions/JP.yml +++ b/db/data/regions/JP.yml @@ -13,6 +13,7 @@ zip_regex: "\\A〒?(\\d{7}|[0-9|0-9]{3}(-|ー)[0-9|0-9]{4})\\z" partial_zip_regex: "\\A〒?([0-9|0-9]{0,3})(-|ー?)([0-9|0-9]{0,4})\\z" phone_number_prefix: 81 building_number_required: true +building_number_may_be_in_address2: true week_start_day: sunday languages: - en