missing translations

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

missing translations

Post by GülsümAkça » 17 Aug 2021, 10:28

There are translation missing in the file \vendor\aimeos\aimeos-core\lib\mshoplib\i18n\ru.po. How can I add a translation without modifying the core file? aimeos laravel 2020.10.08 version

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

Re: missing translations

Post by aimeos » 18 Aug 2021, 06:50

It's documented here:
https://aimeos.org/docs/latest/developer/translations/

As it's easier for us to do that, we will create a new 2020.10 release tomorrow including the latest translations for you.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

Re: missing translations

Post by GülsümAkça » 18 Aug 2021, 09:12

Thank you! :))

User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

Re: missing translations

Post by GülsümAkça » 18 Aug 2021, 09:24

Warning message appears in English when I enter the wrong birthday on the checkout page even though I added a translation. How can I fix it without changing the core file?

Images with the error:
https://prnt.sc/1q9xvov
https://prnt.sc/1q9y6rb

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

Re: missing translations

Post by aimeos » 18 Aug 2021, 12:35

This is a good example of a message that wasn't translatable up to now because it contained a placeholder (the actual value) which was replaced before translation. We've now changed the strings to avoid placeholders (currently available in .x-dev versions) but you need add new translations in Transifex too for the new strings.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply