Skip to content

Commit f51591f

Browse files
rasgormschwemer
authored andcommitted
Add extensionName to f:translate - CLI context
1 parent c248432 commit f51591f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/Private/Templates/Module/ExportXls.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<vh:Getter.GetFieldLabelFromUid uid="{fieldUid}" />
2222
</f:then>
2323
<f:else>
24-
<f:translate key="\In2code\Powermail\Domain\Model\Mail.{vh:string.underscoredToLowerCamelCase(val:fieldUid)}" />
24+
<f:translate key="\In2code\Powermail\Domain\Model\Mail.{vh:string.underscoredToLowerCamelCase(val:fieldUid)}" extensionName="powermail" />
2525
</f:else>
2626
</f:if>
2727
</th>
@@ -57,7 +57,7 @@
5757
<f:if condition="{0:fieldUid} == {0:'crdate'}">
5858
<f:then>
5959
<f:format.date format="d.m.Y H:i:s"><vh:misc.variableInVariable obj="{mail}" prop="{fieldUid}" /></f:format.date>
60-
<f:translate key="Clock" />
60+
<f:translate key="Clock" extensionName="powermail" />
6161
</f:then>
6262
<f:else>
6363
<f:if condition="{0 : fieldUid} == {0 : 'time'}">

0 commit comments

Comments
 (0)