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 )
First param should be 0.
-
combinations.mapcss
old new 618 618 way[highway=path ][foot][foot!=no ][!segregated][bicycle][bicycle!=no]!.unpaved_surface, 619 619 way[highway=footway ][bicycle][bicycle!=no][!segregated]!.unpaved_surface, 620 620 way[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}"); 622 622 group: tr("missing tag"); 623 623 } 624 624
Change History (1)
comment:1 by , 6 years ago
| Description: | modified (diff) |
|---|---|
| Keywords: | i18n added |
| Milestone: | → 19.10 |
| Owner: | changed from to |
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.


