Opened 12 years ago
Last modified 4 years ago
#9587 new enhancement
[PATCH] Localizing libprint.a
Reported by: | mt | Owned by: | phoudoin |
---|---|---|---|
Priority: | normal | Milestone: | R1.1 |
Component: | Drivers/Printers | Version: | R1/Development |
Keywords: | Localization | Cc: | zooey, bug5lay4r@… |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Hi, I tried to localize libprint.a, but my patch forces to translate same strings (over 80 strings !) for each drivers. any idea for translating static library?
Attachments (2)
Change History (7)
by , 12 years ago
Attachment: | 0001-Localizing-libprint.a.patch added |
---|
comment:1 by , 12 years ago
patch: | 0 → 1 |
---|
by , 12 years ago
Attachment: | en.catkeys.txt added |
---|
comment:2 by , 12 years ago
Cc: | added |
---|
comment:3 by , 12 years ago
Cc: | added |
---|
comment:4 by , 8 years ago
We could make it so the drivers load the string from a shared catalog by loading it manually (skipping the B_TRANSLATE macros and using BCatalog API directly). Do we want to do that, however? The point of the static library is that it is bundled inside the driver, so it is independant. If the catalog is shared, then this feature (self contained driver) is lost because it needs to be used with the right version of the shared catalog.
Unfortunately the patch does not apply cleanly anymore.
comment:5 by , 4 years ago
Milestone: | R1 → R1.1 |
---|
Sample en.catkeys