Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@localazy/strapi-plugin

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localazy/strapi-plugin

The official Strapi Plugin by Localazy.

  • 0.1.13-rc.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
429
decreased by-14.2%
Maintainers
4
Weekly downloads
 
Created
Source

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.

Setup

Install the plugin via NPM

The plugin is available on NPM. You can also follow the installation commands located in your Strapi project Marketplace. This is the recommended approach.

npm install @localazy/strapi-plugin

Use the plugin in a clean project locally

Besides installing the plugin via npm, you can also use it in a project locally. Assuming you have a (clean) Strapi project set up, do:

  1. Copy the whole contents.
  2. Paste it into ./src/plugin/localazy folder of your project (path from project root).
  3. Create ./config/plugins.js file (path from project root).
  4. Add the following contents to ./config/plugins.js file:
module.exports = {
  localazy: {
    enabled: true,
    resolve: "./src/plugins/localazy",
    config: {
      default: () => {},
      validator: () => {},
    },
  },
};
  1. Run the project. The plugin will be available in the admin.

Tests

To run tests, run the npm run test command. To watch tests, run the npm run test:watch command.

Additional Resources

Support

Keywords

FAQs

Package last updated on 08 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc