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 = [', ', ' ', ', ']}