Changing the label of checkout steps
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 4
- Joined: 08 Mar 2015, 19:37
Changing the label of checkout steps
For changing the label of a checkout step, we tried to overwrite the German translation with:
plugin.tx_aimeos.settings.i18n.de.5 {
domain = client/html
string = Versand
trans = Spendenliste
}
But the key mistake was, that to overwrite the translation you have to enter the English original as the string; as follows:
plugin.tx_aimeos.settings.i18n.de.5 {
domain = client/html
string = delivery
trans = Spendenliste
}
plugin.tx_aimeos.settings.i18n.de.5 {
domain = client/html
string = Versand
trans = Spendenliste
}
But the key mistake was, that to overwrite the translation you have to enter the English original as the string; as follows:
plugin.tx_aimeos.settings.i18n.de.5 {
domain = client/html
string = delivery
trans = Spendenliste
}