From 1ba05109c272755c2a408ad5b384effb158752e2 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 18 May 2016 20:35:28 -0400 Subject: [PATCH] [addresses] Canada config fix --- resources/addresses/en.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/resources/addresses/en.yaml b/resources/addresses/en.yaml index c7a5d74b..011282f8 100644 --- a/resources/addresses/en.yaml +++ b/resources/addresses/en.yaml @@ -1349,19 +1349,20 @@ countries: # Canada # Specifically Canadian English. If the address is in French it will use fr.yaml ca: - combinations: - house_number_unit: - components: - - unit - - house_number - separators: - - separator: / - probability: 0.1 - - separator: "-" - probability: 0.8 - - separator: " - " - probability: 0.1 - probability: 0.1 + components: + combinations: + house_number_unit: + components: + - unit + - house_number + separators: + - separator: / + probability: 0.1 + - separator: "-" + probability: 0.8 + - separator: " - " + probability: 0.1 + probability: 0.1 levels: # Note: Canadian English uses "storey" keeping with the British convention, so no need to change that