Changes between Version 5 and Version 6 of Ticket #22556
- Timestamp:
- 2023-01-02T18:34:28+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22556
- Property Keywords address added
-
Ticket #22556 – Description
v5 v6 8 8 {{{#!rule 9 9 way[building=roof][amenity=fuel] { 10 throwOther: tr("{0} together with {1}, usually {1} is located underneath the roof", "{0.tag}", "{1.tag}");10 throwOther: tr("{0} together with {1}, usually {1} is located underneath the {2}", "{0.tag}", "{1.tag}", "{0.value}"); 11 11 group: tr("suspicious tag combination"); 12 12 } … … 15 15 {{{#!rule 16 16 way[building=roof][/^addr:/] { 17 throwOther: tr("{0} together with {1}, usually addresses refer to objects underneath the roof", "{0.tag}", "{1.key}");17 throwOther: tr("{0} together with {1}, usually addresses refer to objects underneath the {2}", "{0.tag}", "{1.tag}", "{0.value}"); 18 18 group: tr("suspicious tag combination"); 19 19 }