Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit bac2ff8

Browse files
committed
Translations - extract and fixes.
1 parent 30449f1 commit bac2ff8

File tree

7 files changed

+432
-1214
lines changed

7 files changed

+432
-1214
lines changed

Container/LinkContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private function getUser()
220220
foreach ($defaultLabels as $dLabel) {
221221
$labelsLinks[] = [
222222
'url' => $this->router->generate('zikulaintercommodule_messages_getmessages', ['box' => 'labels', 'label' => $dLabel->getUrlName()]),
223-
'text' => $this->translator->__($dLabel->getName()),
223+
'text' => $this->translator->__f('%s', $dLabel->getName()), // @todo is this a proper way?
224224
'icon' => 'tag',
225225
];
226226
}

0 commit comments

Comments
 (0)