Opened 5 years ago
Closed 5 years ago
#18870 closed enhancement (fixed)
[Patch] Suppress multiple requests dialog for only one server request in DownloadAlong
Reported by: | Hb--- | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 20.03 |
Component: | Core | Version: | |
Keywords: | i18n download along | Cc: |
Description
Even if only one single server request is needed a confirmation dialog is raised in /browser/josm/trunk/src/org/openstreetmap/josm/actions/DownloadAlongAction.java#L135
This seems inappropriate because the user had confirmed that he want to connect to a server just the dialog before.
The patch includes the plural form for I18n and is completely untested.
Attachments (1)
Change History (5)
by , 5 years ago
Attachment: | DownloadAlongAction.patch added |
---|
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Keywords: | i18n added |
---|
Some languages have complex plural rules (org.openstreetmap.josm.tools.I18n#pluralEval
).
comment:3 by , 5 years ago
Keywords: | download along added |
---|---|
Milestone: | → 20.03 |
Priority: | normal → minor |
Ah, right.
What's the point of using trn for a string only translated in its plural form? It's useless translation work.