Changes between Version 5 and Version 6 of Ticket #22556


Ignore:
Timestamp:
2023-01-02T18:34:28+01:00 (3 years ago)
Author:
skyper
Comment:

use one more placeholder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22556

    • Property Keywords address added
  • Ticket #22556 – Description

    v5 v6  
    88{{{#!rule
    99way[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}");
    1111  group: tr("suspicious tag combination");
    1212}
     
    1515{{{#!rule
    1616way[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}");
    1818  group: tr("suspicious tag combination");
    1919}