UNPKG

@shawnvogt/strapi-plugin-google-translate

Version:

Strapi plugin for automated translation of content using Google Cloud Translation

8 lines (5 loc) 205 B
'use strict' const { actions } = require('./services/permissions/actions') module.exports = async ({ strapi }) => { await strapi.admin.services.permission.actionProvider.registerMany(actions) }