Translation issue

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Translation issue

Post by webshade » 29 Dec 2017, 14:04

HI there,

I've a strange problem. I can't overwrite one language label.
This is my setup:

plugin.tx_aimeos.settings.i18n.nl {
1 {
domain = client
string = address
trans = Uw gegevens
}
2 {
domain = client
string = delivery
trans = Afhalen
}
3 {
domain = client
string = summary
trans = Coupons
}
4 {
domain = client
string = Your comment
trans = Afhaaltijd
}
5 {
domain = client
string = We have received your payment, and will take care of your order immediately.
trans = We hebben je bestelling ontvangen en zullen direct verder gaan met de verwerking.
}
}

Number 5 won't be translated in email.
What to do?

Thanks,
Raymond

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Translation issue

Post by aimeos » 29 Dec 2017, 14:23

TYPO3 requires separate configuration for frontend, backend and scheduler tasks. To overwrite translations in the e-mails, you have to put those translations into the TS-Config field of the scheduler task that will send the e-mails.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Re: Translation issue

Post by webshade » 29 Dec 2017, 14:52

Thanks for your reply.
Can I just copy this code to the scheduler task or does it have another code?

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Translation issue

Post by aimeos » 30 Dec 2017, 14:31

You can copy the TypoScript code to the TS-Config field of the scheduler task. It will be accepted with the "plugin.tx_aimeos." prefix even if it's not required.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply