Page 1 of 1

Translation problem

Posted: 13 Apr 2016, 18:15
by Metalics
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.

Re: Translation problem

Posted: 13 Apr 2016, 18:43
by aimeos
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?

Re: Translation problem

Posted: 13 Apr 2016, 19:39
by Metalics
- } 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 ?

Re: Translation problem

Posted: 13 Apr 2016, 21:08
by aimeos
Metalics wrote: that was the only change for 16.4.2-pre1 ?
Yes, it was the only one.