Opened 14 years ago
Closed 14 years ago
#6064 closed enhancement (fixed)
BaseTranslator localization patch in src/add-ons/translators/shared/
Reported by: | Karvjorm | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Translators | Version: | R1/alpha2 |
Keywords: | BaseTranslator shared Translator Add-Ons localization | Cc: | Karvjorm |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Here is a localization patch for BaseTranslators & co in src/add-ons/translators/shared/
Attachments (1)
Change History (9)
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
follow-up: 3 comment:2 by , 14 years ago
comment:3 by , 14 years ago
Replying to stippi:
Thanks! Please mark the attachements as patches next time. The Jamfile is missing the DoCatalogs rule, do you want to fix that and re-attach the patches?
Oops, I will do it next time. DoCatalogs rule? A new thing to learn. ;) I will try to do it also.
comment:4 by , 14 years ago
I updated localization patch for the BaseTranslator classs. I also noticed that derived classes are passing name and info strings to the BaseTranslator class via constructors and decided to localize them here. Some translators (like GIF translator) do not use BaseTranslator, but I have ignored it (now localization is ready, if GIF translator code changes later on).
comment:5 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 7 comment:6 by , 14 years ago
Hello, It is not a good idea to translate other translator's names here, because this class is meant to be generic and not depend on things defined in subclasses. So each translator should take care of adjusting its own name.
Otherwise, the patch looks fine, so I'm waiting for an updated version !
comment:7 by , 14 years ago
Replying to pulkomandy:
Hello, It is not a good idea to translate other translator's names here, because this class is meant to be generic and not depend on things defined in subclasses. So each translator should take care of adjusting its own name.
Otherwise, the patch looks fine, so I'm waiting for an updated version !
OK, i hope I have time to do this soon.
by , 14 years ago
Attachment: | BaseTranslatorsLocalization.patch added |
---|
An updated BaseTranslatorsLocalization patch
Thanks! Please mark the attachements as patches next time. The Jamfile is missing the DoCatalogs rule, do you want to fix that and re-attach the patches?