Strapi plugin logo for Copy Locales

Copy Locales

A Strapi plugin that helps you copy content between locales in case you want to preserve content structure.

thumbnail for Copy Locales

Strapi Plugin Copy Locales

A Strapi plugin that helps you copy content between locales in case you want to preserve content structure.\ The plugin is a shorthand for changing locale and using the built-in 'Fill in from another locale' function. Moreover, you can use this plugin to override already existing entities.

Installation

# using yarn
yarn add strapi-plugin-copy-locales

# using npm
npm install strapi-plugin-copy-locales --save

Then in your config/plugins.js:

1
2
3
4
5
6
7
8
9
10
11
12
module.exports = ({ env }) => ({
  // ...
  'copy-locales': {
    config: {
      contentTypes: [
        'api::mycollection.mycollection',
        'api::mycollection2.mycollection2'
      ]
    }
  }
  // ...
});

contentTypes is the list of collection types for which you want to allow the plugin.

Install now

npm install strapi-plugin-copy-locales

STATS

5 GitHub stars712 weekly downloads

Last updated

411 days ago

Strapi Version

4.9.0 and above

Author

github profile image for Freyb
Freyb

Useful links

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.