Opened 14 years ago
Closed 14 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)
Change History (9)
by , 14 years ago
Attachment: | jpeg2000translator-localization.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev40283. Thanks!
comment:4 by , 14 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")
comment:5 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
A JPEG2000Translator localization patch.