Changes between Initial Version and Version 1 of Ticket #22588, comment 15


Ignore:
Timestamp:
2023-01-30T14:47:37+01:00 (2 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22588, comment 15

    initial v1  
    55
    66A patch for that is relatively trivial, but I don't know what the fallout would be (are there some values that depend upon the context not being set?).
    7 {{{#!diff
     7{{{#!comment
    88Index: src/org/openstreetmap/josm/gui/tagging/presets/items/PresetListEntry.java
    99===================================================================
     
    3131
    3232This is probably why they all have translations -- the `gettext` code doesn't need the context for them, since they have been translated ''without'' context.
     33
     34EDIT: The ticket for changing `tr(display_value)` to `trc(cms == null ? null : cms.values_context, display_value)` is #22693.