mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 11:34:13 +00:00
* Fix: No comma when locality is empty * better cleanup on address string * fix test to one-liner * add more testing
11 lines
272 B
YAML
11 lines
272 B
YAML
---
|
|
en:
|
|
address:
|
|
attributes:
|
|
country: Country
|
|
line1: Address Line 1
|
|
line2: Address Line 2
|
|
locality: Locality
|
|
postal_code: Postal Code
|
|
region: Region
|
|
format: "%{line1} %{line2}, %{locality}, %{region} %{postal_code} %{country}" |