UNPKG

strapi-provider-translate-google-noapi

Version:

This is a provider for Strapi Plugin Translate that use Google Translate without requiring an API key.

9 lines (7 loc) 132 B
'use strict' const getService = (name) => { return strapi.plugin('translate').service(name) } module.exports = { getService, }