Skip to content

Translate

FreeScout edited this page Jan 16, 2023 · 19 revisions

This instruction allows to translate the core application and Modules.

  1. Log in as admin and update application to the latest version in "Manage » System".

  2. Go to "Manage » Modules" and update all modules to the latest versions.

  3. Go to "Manage » Translate".

  4. Click Import translations (if your FreeScout is in debug mode and importing is not working, disable debugging in .env file: #APP_DEBUG=true). If importing process timeouts, you can execute importing using the following console command: php artisan translations:import

  5. Choose a group in the dropdown to display translations.

  6. Translate texts.

  7. Click Publish translations to apply translations in your app.

  8. Now there are two ways to add translations to the FreeScout build:

    • If you are a developer, commit translations and create a pull request into master branch.
    • Otherwise click Send Translations to send translations to FreeScout team. If sending does not work, download translations using Download as ZIP button and send to [email protected]
Clone this wiki locally