| Summary | Application preferences page not fully translated |
| Queue | Horde Base |
| Queue Version | 4.0.12 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | maciej.uhlig (at) us (dot) edu (dot) pl |
| Created | 12/14/2011 (5078 days ago) |
| Due | |
| Updated | 12/14/2011 (5078 days ago) |
| Assigned | 12/14/2011 (5078 days ago) |
| Resolved | 12/14/2011 (5078 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
No, really, if you want to learn more about how translations work in
Horde, ask on the mailing list.
from the horde domain.
a matter of configuration which I'm possibly missing?
domain *is* active when the template is loaded.
the horde domain.
domain *is* active when the template is loaded.
$td = textdomain('');
echo $td;
textdomain('horde');
produces the following result:
imp
and then the texts are correctly translated.
State ⇒ Feedback
*is* active when the template is loaded. What makes you think that
this is not the case?
Needless to say, those translations work perfectly fine for me.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Application preferences page not fully translated
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
These are: "Show Advanced Preferences", "Hide Advanced Preferences",
"Edit Preferences for".
Reason: /pear/php/Horde/Core/Prefs/Ui.php script works in 'Horde_Core'
domain and uses Horde framework translation method. However, the above
texts should be translated in 'horde' domain. These aren't present in
Horde framework.
Workaround: add textdomain('horde'); after $t->set('header',...... line.
Fix: I'm not able to propose the proper one, leaving this to the author.