From 995d2181a052f5e7b1f9a0d7335f6b57588f280e Mon Sep 17 00:00:00 2001
From: Tony Lam <63186670+lamtonylam@users.noreply.github.com>
Date: Mon, 1 Feb 2021 15:16:02 +0200
Subject: [PATCH] i18n: add Finnish (fi) address format (#2135)
---
wowchemy/data/address_formats.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/wowchemy/data/address_formats.toml b/wowchemy/data/address_formats.toml
index 327b7d3b..5cf34083 100644
--- a/wowchemy/data/address_formats.toml
+++ b/wowchemy/data/address_formats.toml
@@ -6,3 +6,4 @@ fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['
', ' ', '']}
zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
pt-br = {order = ['street', 'city', 'region', 'postcode', 'country'], delimiters = ['
', ', ', '
', '
']}
il = {order = ['street', 'city', 'postcode', 'country'], delimiters = [', ', ' ', ' ', '']}
+fi = {order = ['street', 'postcode', 'city', 'country'], delimiters = [', ', ' ', ', ']}