mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Fix: No comma when locality is empty (small fix) (#2111)
* Fix: No comma when locality is empty * better cleanup on address string * fix test to one-liner * add more testing
This commit is contained in:
@@ -8,8 +8,4 @@ en:
|
||||
locality: Locality
|
||||
postal_code: Postal Code
|
||||
region: Region
|
||||
format: |-
|
||||
%{line1}
|
||||
%{line2}
|
||||
%{locality}, %{region} %{postal_code}
|
||||
%{country}
|
||||
format: "%{line1} %{line2}, %{locality}, %{region} %{postal_code} %{country}"
|
||||
Reference in New Issue
Block a user