Opened 13 years ago

Closed 13 years ago

#7154 closed enhancement (fixed)

A JPEG2000Translator localization

Reported by: Karvjorm Owned by: korli
Priority: normal Milestone: R1
Component: Add-Ons/Translators/JPEG2000 Version: R1/alpha2
Keywords: JPEG2000Translator localization patch Cc: Karvjorm
Blocked By: Blocking:
Platform: All

Description

Here is a JPEG2000Translator localization patch.

Attachments (2)

jpeg2000translator-localization.patch (7.3 KB ) - added by Karvjorm 13 years ago.
A JPEG2000Translator localization patch.
jpeg2000-localization-fix.patch (914 bytes ) - added by Karvjorm 13 years ago.
A fix recommended by mt

Download all attachments as: .zip

Change History (9)

by Karvjorm, 13 years ago

A JPEG2000Translator localization patch.

comment:1 by Karvjorm, 13 years ago

patch: 01

comment:2 by korli, 13 years ago

Owner: changed from nobody to korli
Status: newassigned

comment:3 by korli, 13 years ago

Resolution: fixed
Status: assignedclosed

Applied in hrev40283. Thanks!

comment:4 by mt, 13 years ago

Hi, I think these labels may use B_TRANSLATE instead of B_TRANSLATE_MARK. becaouse they are used as function parameter.

#define VIEW_LABEL_QUALITY B_TRANSLATE_MARK("Output quality")
#define VIEW_LABEL_JPC B_TRANSLATE_MARK("Output only codestream (.jpc)") 
#define VIEW_LABEL_GRAY1ASRGB24 \ 
	    B_TRANSLATE_MARK("Write black-and-white images as RGB24") 
#define VIEW_LABEL_GRAYASRGB32 \ 
	    B_TRANSLATE_MARK("Read greyscale images as RGB32")

by Karvjorm, 13 years ago

A fix recommended by mt

comment:5 by Karvjorm, 13 years ago

Resolution: fixed
Status: closedreopened

comment:6 by korli, 13 years ago

Applied in hrev40375. Thanks.

comment:7 by korli, 13 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.