AI Services
Languine - AI Translation
Languine is a powerful AI translation tool that allows you to translate your website content into different languages. This documentation covers the setup and configuration process.
Configuration
To enable the AI translation feature, you need to follow these steps:
Install the languine
package:
Create your translation file
Start by adding a key to your source file, for example if you choose to use en.json as your source file, add a key to it.
locales/en.json
Now you can translate your code.
Run the following command to translate your content and follow the instructions:
After that you will have a new file with the translations, for example locales/fr.json
.