Modify

Opened 4 years ago

Closed 4 years ago

#3833 closed enhancement (fixed)

[PATCH] Small translation cleanup

Reported by: Daeron Owned by: Daeron
Priority: normal Component: Core
Version: latest Keywords:
Cc:

Description

Attached is a small translation cleanup for OsmDataLayer.

Attachments (2)

osmdatalayer-translation-cleanup.patch (1.6 KB) - added by Daeron 4 years ago.
Missed plural for deleted
osmdatalayer-translation-cleanup-2.patch (4.2 KB) - added by Daeron 4 years ago.

Download all attachments as: .zip

Change History (5)

Changed 4 years ago by Daeron

Missed plural for deleted

comment:1 Changed 4 years ago by anonymous

  • Owner changed from team to Daeron
  • Status changed from new to needinfo

trn("{0} "+counter.names[i],"{0} "+counter.names[i]+"s",counter.normal[i],counter.normal[i])
can't work. You can't construct texts inside tr().

If you want to make it correct, drop the names[] completely.

Changed 4 years ago by Daeron

comment:2 Changed 4 years ago by Daeron

Attached patch include rewrites of the DataCountVisitor and getInfoComponent so that translations can be done correctly.

comment:3 Changed 4 years ago by Gubaer

  • Resolution set to fixed
  • Status changed from needinfo to closed

(In [2386]) applied #3833: patch by Daeron: Small translation cleanup

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.