Modify

Opened 12 years ago

Closed 12 years ago

Last modified 8 years ago

#9112 closed defect (fixed)

[patch] Translation reference lines for preset don't match

Reported by: AlfonZ Owned by: team
Priority: minor Milestone: 13.11
Component: Core Version: latest
Keywords: i18n Cc:

Description

Combo with list_entries creates mismatched reference lines for translations.
For example: MTB Scale currently (r6260) shows

build/trans_presets.java:791
build/trans_presets.java:828

Should be

build/trans_presets.java:791
build/trans_presets.java:829

defaultpresets.xml#L791
defaultpresets.xml#L829

  • i18n/convpreset.pl

     
    183183  elsif($line =~ /<\/combo/)
    184184  {
    185185    $combo_n = "";
     186    print "\n";
    186187  }
    187188  elsif(!$line)
    188189  {

fixes it.

Attachments (0)

Change History (3)

comment:1 by Don-vip, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in [o29999]. Thanks !

comment:2 by Don-vip, 11 years ago

Milestone: 13.11 (6383)

comment:3 by stoecker, 8 years ago

Milestone: 13.11 (6383)13.11

Milestone renamed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.