From 1dae5a2300f9f52526e9ba2f73148dd37dfe11b4 Mon Sep 17 00:00:00 2001 From: "Prof. Lorenz" Date: Sun, 31 Jan 2021 17:23:09 +0200 Subject: [PATCH] i18n: add Israel (il) address format (#2133) --- 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 339fcbc7..327b7d3b 100644 --- a/wowchemy/data/address_formats.toml +++ b/wowchemy/data/address_formats.toml @@ -5,3 +5,4 @@ de = {order = ['street', 'postcode', 'city'], delimiters = ['
', ' ', '']} 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 = [', ', ' ', ' ', '']}