How I can use formality? #107
Replies: 3 comments 6 replies
-
Hi, module.exports = ({ env }) => ({
// ...
translate: {
enabled: true,
config: {
provider: "deepl",
providerOptions: {
apiOptions: {
formality: "prefer_more",
},
},
},
},
// ...
}) Also make sure to set your Deepl API Key, either via this config file or via environment variables, see Hope this helps :) |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, guys package.json |
Beta Was this translation helpful? Give feedback.
-
Hi Guys.
Could you tell me how to connect the packages strapi-plugin-deepl & strapi-provider-translate-deepl for use formality, please.
Is it possible to make a demo project?
Beta Was this translation helpful? Give feedback.
All reactions