Translate frontend and backend

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
AleksandarJovanovic
Posts: 26
Joined: 01 Jun 2022, 21:26

Translate frontend and backend

Post by AleksandarJovanovic » 15 Jan 2024, 12:27

Aimeos version 2023.10
Php: 8.1
Linux

Dear,
I make extension and translate backend from i18n. But in that folder is just backend .po file in my language. I try to add another .po file from client folder but is duplicated and cant paste there.
What to do to translate both, admin and frontend file.
Shoud i make new extension with name frontend translate and do work there or have some better option.

Tnx

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

Re: Translate frontend and backend

Post by aimeos » 18 Jan 2024, 14:48

If there are translations missing, please add them at transifex (just register and start translating):
https://app.transifex.com/aimeos/

In the .po file of your language in the ./i18n/ directory of your own extension, just add the translations you want to *overwrite* and compile them to a MO file afterwards:
https://aimeos.org/docs/latest/develope ... s/#gettext
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply