UNPKG

@shawnvogt/strapi-plugin-google-translate

Version:

Strapi plugin for automated translation of content using Google Cloud Translation

9 lines (8 loc) 283 B
module.exports = { GCT_API_MAX_TEXTS: 5000, GCT_API_MAX_REQUEST_SIZE: 100000, // Lower to account for additional information in post data GCT_API_ROUGH_MAX_REQUEST_SIZE: 99800, GOOGLE_TRANSLATE_API: 'https://translation.googleapis.com/language/translate/v2', }