Translations in Typoscript arent applied anymore [resolved]
					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!
Translations in Typoscript arent applied anymore [resolved]
did the syntax change?
The following script doenst work anymore:
			
			
			
													The following script doenst work anymore:
Code: Select all
plugin.tx_aimeos.settings.i18n.de {
  0 {
    domain = client/html
    string = Checkout
    trans = Angebot anfordern
  }
}
					Last edited by jfr on 03 Aug 2016, 15:52, edited 1 time in total.
									
			
									
						Re: Translations in Typoscript arent applied anymore
I experienced the same issue 
TYPO3 7.6.10 Aimeos 16.7.0
			
			
			
									
									
						TYPO3 7.6.10 Aimeos 16.7.0
Re: Translations in Typoscript arent applied anymore
When upgrading from 2.x to 16.x, the domain changed from "client/html" to "client"
			
			
			
									
									Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos,
 give us a star
						If you like Aimeos,
Re: Translations in Typoscript arent applied anymore
Works for me. 
I created a hint for 16.x on the typo3 configuration documentation https://aimeos.org/docs/TYPO3/Overwrite_translations
			
			
			
									
									
						I created a hint for 16.x on the typo3 configuration documentation https://aimeos.org/docs/TYPO3/Overwrite_translations
Re: Translations in Typoscript arent applied anymore
worked for me as well, thanks!