LocalazyPlugin verified by Strapi
Translate your content with ease. Fully automate the internationalization (i18n) & localization of your Strapi project and feel the seamless experience of multilingual content management.
📦 @localazy/strapi-plugin
The official Strapi Plugin by Localazy
🚀 Quick Start
This is a README for Strapi v5. For Strapi v4, please refer to the Strapi v4 README file.
1npm install @localazy/strapi-plugin@latest && npx @localazy/strapi-plugin
✨ The Official Strapi Localization Plugin by Localazy
Strapi localization doesn't have to be a headache! Install the Strapi localization plugin and seamlessly translate your content into multiple languages with Localazy.
Manage your multilingual content with ease
- Sign up & Upload your content to Localazy.
- Translate your content with machine translation assistance, or let the Localazy Continuous Localization Team translate your content for you. You can also quickly pre-translate everything in bulk or invite your translators.
- Download translated content back to Strapi and feel the seamless experience of multilingual content management.
📰 Learn more in the Strapi + Localazy tutorial.
🔧 Installation & Setup
The plugin is available on NPM. You can also follow the installation commands located in your Strapi project Marketplace or Strapi Marketplace > Localazy itself. This is the recommended approach.
1npm install @localazy/strapi-plugin@latest && npx @localazy/strapi-plugin
Note: Localazy plugin requires an updated bundler configuration of your Strapi project. Follow the instructions in the console output during the installation process. Steps are also available in the Install plugin via NPM section of the Localazy Docs.
Plugin supports automatic recognition of a bundler configuration. If you are using either Vite or Webpack, respectively, the plugin will automatically create an example configuration file for you.
Due to the changes in Strapi core code it's also necessary to add an environment variable to your Strapi project. Add the following line to your .env
file (value is empty):
1STRAPI_ADMIN_LOCALAZY_ENV=
⚙️ Configuration
Additional configuration object may be provided in the plugins.js
file. The following options are available:
1localazy: {
2 config: {
3 /**
4 * both options may help guard against DoS attacks
5 * if `populateMaxDepth` < 5; the Localazy Strapi Plugin may not work as expected
6 */
7 populateDefaultDepth?: number, // default is 5
8 populateMaxDepth?: number, // default is 10
9 },
10 },
🛟 Support
If you encounter any issues or have questions, feel free to contact us through whichever channel suits you best:
📜 License
This project is licensed under the MIT License.
See LICENSE for details.
Install now
npm install @localazy/strapi-plugin
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.