strapi mit next.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
773 B

module.exports = {
// ...
// deepl: {
// enabled: true,
// config: {
// // your DeepL API key
// apiKey: 'key',
// // whether to use the free or paid api, default true
// freeApi: true,
// // Which field types are translated (default string, text, richtext, components and dynamiczones)
// translatedFieldTypes: [
// 'string',
// 'text',
// 'richtext',
// 'component',
// 'dynamiczone',
// ],
// // If relations should be translated (default true)
// translateRelations: true,
// // You can define a custom glossary to be used here (see https://www.deepl.com/docs-api/managing-glossaries/)
// // glossaryId: 'customGlossary',
// },
// },
// ...
}