strapi-provider-translate-link-gct

1.0.1 • Public • Published

Google Cloud Translate provider for Strapi Translate Plugin

Configure the provider through the pluginOptions:

module.exports = {
  // ...
  translate: {
    enabled: true,
    config: {
      // Choose one of the available providers
      provider: "link-gct",
      // Pass credentials and other options to the provider
      providerOptions: {
        // your API key - required and wil cause errors if not provided
        apiKey: "key",
        // use custom api url - optional
        apiUrl: "translation.googleapis.com",
      },
      // other options ...
    },
  },
  // ...
};

or use the default environment variables:

  • GCT_API_KEY - default undefined
  • GCT_API_URL - default undefined

To get an API key, follow the quickstart guide at googleapis.dev.

Limitations:

Readme

Keywords

Package Sidebar

Install

npm i strapi-provider-translate-link-gct

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

6.9 kB

Total Files

6

Last publish

Collaborators

  • vak_22