Modify ↓
#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
183 183 elsif($line =~ /<\/combo/) 184 184 { 185 185 $combo_n = ""; 186 print "\n"; 186 187 } 187 188 elsif(!$line) 188 189 {
fixes it.
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Milestone: | → 13.11 (6383) |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in [o29999]. Thanks !