translate time string in another template
This commit is contained in:
committed by
Frédéric Guillot
parent
eafaa4b037
commit
1a7e26f20a
@@ -9,7 +9,7 @@
|
|||||||
<?php if (! empty($subtask['time_estimated'])): ?>
|
<?php if (! empty($subtask['time_estimated'])): ?>
|
||||||
<li>
|
<li>
|
||||||
<?= t('Time tracking:') ?>
|
<?= t('Time tracking:') ?>
|
||||||
<strong><?= $this->text->e($subtask['time_estimated']).'h' ?></strong> <?= t('estimated') ?>
|
<?= t('%sh estimated', n($subtask['time_estimated'])) ?>
|
||||||
</li>
|
</li>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user