I changed global language to Polish:
Configuration -> System Defaults -> Default language -> Polish
and on Account:
Account -> Account Details -> Language -> Polish
Almost entirely away I see the English language.
I found this by Linux grep tool:
./translations/pl_PL/CoreBundle/messages.ini:mautic.core.lastname=“Nazwisko”
./app/cache/prod/translations/catalogue.pl_PL.php: ‘mautic.core.lastname’ => ‘Last name’,
./app/bundles/CoreBundle/Translations/en_US/messages.ini:mautic.core.lastname=“Last name”
In my opinion there is problem with conversion from ./translations/pl_PL to file catalogue.pl_PL.php which is generated.
If there is polish translation for example for mautic.core.lastname why i get english version in catalogue.pl_PL.php?
I tried other languages and they work so it’s only problem with Polish.
I cleaned cache by delete app/cache directory and i cleared cache in web browser.
I changed global language to Polish:
Configuration -> System Defaults -> Default language -> Polish
and on Account:
Account -> Account Details -> Language -> Polish
Almost entirely away I see the English language.
I found this by Linux grep tool:
./translations/pl_PL/CoreBundle/messages.ini:mautic.core.lastname=“Nazwisko”
./app/cache/prod/translations/catalogue.pl_PL.php: ‘mautic.core.lastname’ => ‘Last name’,
./app/bundles/CoreBundle/Translations/en_US/messages.ini:mautic.core.lastname=“Last name”
In my opinion there is problem with conversion from ./translations/pl_PL to file catalogue.pl_PL.php which is generated.
If there is polish translation for example for mautic.core.lastname why i get english version in catalogue.pl_PL.php?
I tried other languages and they work so it’s only problem with Polish.
I cleaned cache by delete app/cache directory and i cleared cache in web browser.