Translation problem

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!
User avatar
Metalics
Advanced
Posts: 103
Joined: 13 Jul 2015, 23:59

Translation problem

Post by Metalics » 13 Apr 2016, 18:15

Hello
Aimoes stopped displaying the aimeos pages in Turkish after updating to aimeos version 16.4.1. All pages are in English. I don't know if its same for other languages or only for Turkish.
Good evening / İyi akşamlar.

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

Re: Translation problem

Post by aimeos » 13 Apr 2016, 18:43

There's a problem with the "L" parameter handling. This package fixes the problem:
https://aimeos.org/fileadmin/download/a ... 2-pre1.zip

Can you confirm?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Metalics
Advanced
Posts: 103
Joined: 13 Jul 2015, 23:59

Re: Translation problem

Post by Metalics » 13 Apr 2016, 19:39

- } elseif( ( $value = \TYPO3\CMS\Core\Utility\GeneralUtility::_GP( 'L' ) ) !== null ) {
- $langid = $value;


I deleted this line from Classes/Controller/AbstractController.php and this fixes the problem.
that was the only change for 16.4.2-pre1 ?

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

Re: Translation problem

Post by aimeos » 13 Apr 2016, 21:08

Metalics wrote: that was the only change for 16.4.2-pre1 ?
Yes, it was the only one.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply