Summary | text within the <gettext> tags is not found by translation.php |
Queue | IMP |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | leena.heino (at) uta (dot) fi |
Created | 06/11/2005 (7365 days ago) |
Due | |
Updated | 06/14/2005 (7362 days ago) |
Assigned | 06/13/2005 (7363 days ago) |
Resolved | 06/14/2005 (7362 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
that this translation is not used within horde, even if every other
string is shown in the language user has chosen. I've rebuild the mo
files from po files which have these strings translated.
If I look at the source of the page I can seen:
<div class="control leftAlign">
<gettext>You are attempting to delete the following folder(s).</gettext>
<br />
<gettext>If you continue, all messages in the folder(s) will be
lost!</gettext>
</div>
State ⇒ Feedback
specific template has been added though.
If you don't get the strings with "translation.php extract" or
"translation.php update", try adding the debug (-d) flag and watch for
error messages.
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ text within the <gettext> tags is not found by translation.php
Queue ⇒ IMP
translated is enclosed within the <gettext> </gettext> tags. The
translation.php program won't find these strings and therefore they
won't be translated.