Opened 6 years ago

Last modified 6 years ago

#18196 closed defect

Invaliud string translation in combinations.mapcss — at Version 1

Reported by: frodrigo Owned by: Don-vip
Priority: normal Milestone: 19.10
Component: Core validator Version:
Keywords: mapcss i18n Cc:

Description (last modified by Don-vip)

First param should be 0.

  • combinations.mapcss

    old new  
    618618way[highway=path    ][foot][foot!=no      ][!segregated][bicycle][bicycle!=no]!.unpaved_surface,
    619619way[highway=footway ][bicycle][bicycle!=no][!segregated]!.unpaved_surface,
    620620way[highway=cycleway][foot][foot!=no      ][!segregated]!.unpaved_surface {
    621   throwWarning: tr("Combined foot- and cycleway without {1}.", "{3.key}");
     621  throwWarning: tr("Combined foot- and cycleway without {0}.", "{3.key}");
    622622  group: tr("missing tag");
    623623}
    624624

Change History (1)

comment:1 by Don-vip, 6 years ago

Description: modified (diff)
Keywords: i18n added
Milestone: 19.10
Owner: changed from team to Don-vip
Status: newassigned
Note: See TracTickets for help on using tickets.