Changes between Version 40 and Version 41 of Rules/Portuguese-Errors-PT2


Ignore:
Timestamp:
2024-09-16T14:37:42+02:00 (6 months ago)
Author:
taylor.smock
Comment:

Fix syntax

Legend:

Unmodified
Added
Removed
Modified
  • Rules/Portuguese-Errors-PT2

    v40 v41  
    44{{{
    55#!rule
    6 
    76meta
    87{
     
    718717way[man_made=pipeline] > node { set .is_in_pipeline }
    719718way[highway][inside("PT")] > node.is_in_pipeline,
    720 way[railway[inside("PT")]] > node.is_in_pipeline {
     719way[railway][inside("PT")] > node.is_in_pipeline {
    721720        throwWarning: tr("PORTUGAL-Pipeline não deve estar ligado a estradas ou ferrovias");
    722721}
     
    854853        throwOther: tr("PORTUGAL-Adicionar {0} ao {1}", "{1.key}", "{0.tag}");
    855854}
    856 
    857855}}}