Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#18196 closed defect (fixed)

Invalid string translation in combinations.mapcss

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

Attachments (0)

Change History (3)

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

comment:2 by Don-vip, 6 years ago

Resolution: fixed
Status: assignedclosed

In 15403/josm:

fix #18196 - Invalid string translation in combinations.mapcss (patch by frodrigo)

comment:3 by Don-vip, 6 years ago

Summary: Invaliud string translation in combinations.mapcssInvalid string translation in combinations.mapcss

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Don-vip.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.