#6742 closed bug (fixed)
Catkey strings for the Tracker Kit in HTA have the wrong context
Reported by: | citi324 | Owned by: | VinDuv |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Website/Userguide Translator | Version: | |
Keywords: | HTA, i18n | Cc: | tdreed@…, rq@… |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Many of the catkey strings for the Tracker Kit in HTA have the wrong context. Specifically...
http://hta.polytect.org/catalogs/view/75/ja
...shows all strings under libtracker, when in reality numerous strings belong to several different contexts as can be seen, for example, from the changes made in hrev38691.
The context needs to be corrected in HTA, so that the catkeys generated by this system can work (interestingly, the Tracker catkeys for Russian committed in hrev38809 have the correct context).
Change History (7)
comment:2 by , 14 years ago
Replying to diver:
Many of the catkey strings for the Tracker Kit in HTA have the wrong context.
It's one of several bugs in HTA.
Is Tracker the only catalog that has catkeys out of context or is this a pervasive problem in HTA?
The context needs to be corrected in HTA, so that the catkeys generated by this system can work (interestingly, the Tracker catkeys for Russian committed in hrev38809 have the correct context).
That's because context for Russian tracker catkeys were corrected manually.
I see. Should we then avoid HTA for now and translate off-line? If that's the case, is there a way to extract the catkeys with the right context from the source code?
Thanks!
comment:3 by , 14 years ago
Cc: | added |
---|
As of hrev39130, there's (3) new targets which relate to localization:
- LocalizedTargets -- all applications, libraries, etc. that are localized
- catkeys -- just the generated en.catkeys, which reside in $(HAIKU_OUTPUT_DIR)/object/catalogs
- catalogs -- the compiled *.catalog files (and en.catkeys as it's a dependency), which reside in $(HAIKU_OUTPUT_DIR)/object/catalogs
for example jam -q catkeys
is what will interest you (and the translation websites).
comment:5 by , 13 years ago
Replying to citi324:
...shows all strings under libtracker
Seems fixed, All strings with context "libtracker" are marked as obsolete in HTA and replaced by strings with different contexts.
It's one of several bugs in HTA.
That's because context for Russian tracker catkeys were corrected manually.