JSPM

  • Created
  • Published
  • Downloads 205
  • Score
    100M100P100Q97511F
  • License MIT

The official Strapi Plugin by Localazy.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@localazy/strapi-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Quick Installation

    npm 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

    1. Sign up & Upload your content to Localazy.
    2. 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.
    3. 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.

    npm install @localazy/strapi-plugin@latest && npx @localazy/strapi-plugin

    Note: Localazy plugin requires an updated Webpack 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.

    Configuration

    Additional configuration object may be provided in the plugins.js file. The following options are available:

    localazy: {
        config: {
          /**
           * both options may help guard against DoS attacks
           * if `populateMaxDepth` < 5; the Localazy Strapi Plugin may not work as expected
           */
          populateDefaultDepth?: number, // default is 5
          populateMaxDepth?: number, // default is 10
        },
      },

    Additional Resources

    Support