| Summary | portal application block names not translated |
| Queue | Horde Base |
| Queue Version | FRAMEWORK_5_1 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | |
| Requester | maciej.uhlig (at) us (dot) edu (dot) pl |
| Created | 04/15/2014 (4225 days ago) |
| Due | 04/16/2014 (4224 days ago) |
| Updated | 04/16/2014 (4224 days ago) |
| Assigned | |
| Resolved | 04/16/2014 (4224 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 7863ae00c8c95214379a203f8b2b3eb4cd168bea
Author: Jan Schneider <jan@horde.org>
Date: Wed Apr 16 12:15:26 2014 +0200
[jan] Fix translation of portal block names (
Bug #13116).framework/Core/lib/Horde/Core/Block/Collection.php | 4 ++++
framework/Core/package.xml | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/7863ae00c8c95214379a203f8b2b3eb4cd168bea
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ portal application block names not translated
Due ⇒ 04/16/2014
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
./Horde/Core/Block/Collection.php:
$blocks[$app . ':' . $block_id] = $app_name . ': ' .
$block['name'];
$app_name is translated, but $block['name'] is not translated. This
behaviour can be observed for applications (IMP, kronolith,...) but
not for the Horde itself.
Of course proper translation is done and in place.