Translation

Eventic is a multilingual platform. More languages are going to be added in the upcoming updates.

In the translation section, you can edit the translation strings directly, however, because some files are heavy, the browser might freeze especially while editing the messages file. We advice to edit the files directly in the Translations/ folder.

The available languages and the default one can be set by going to the Parameters section.

After editing a translation message, go to the Console page and execute the following command in order to apply the changes in the production environment

cache:clear --env=prod

After editing a translation in the javascript domain, go to the Console page and execute the following command to update the related files

bazinga:js-translation:dump assets/js --format=js --merge-domains

Last updated