Project

General

Profile

Actions

Bug #82715

closed

Form framework: Use runtime values in localized subject

Added by Felix Nagel over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-10-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

It seems there is currently no way to use a runtime value `{field_name}` within a translated subject.

Example:

finishers:
  -
    options:
      subject: 'Your job application: {vacancy}'
    identifier: EmailToReceiver
  -

I'm not able to change this using something similar to

<trans-unit id="job-application.finisher.EmailToReceiver.subject">
    <target>Ihre Bewerbung: {vacancy}</target>
</trans-unit>

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #84907: Translation of parametersClosed2018-05-02

Actions
Actions

Also available in: Atom PDF