Yannick Lang

Results 11 comments of Yannick Lang

Pretty sure this is caused by https://github.com/showdownjs/showdown/blob/95255984ad80acf745ed74605bd3ad8357dc9b33/src/subParsers/makemarkdown/node.js#L121 Adding this blank line should probably be conditional on the node being a block-level element

Hey Molly, I don't think this is a valid Issue, since the example you provide is not a invalid parameter, but a non-existing path instead, and correctly returns a 404....

Hi @fabioklr, looks like you are using the deprecated version `strapi-plugin-deepl: 0.4.2`. Can you please update to `strapi-plugin-translate` with the `strapi-provider-translate-deepl` and see if this fixes your issue? Instructions can...

Maybe the provider was not set up correctly. When starting strapi, is there a warning in the console that says `provider is set to dummy by default. This only copies...

Interesting, at least for me usage statistics do match between what our plugin shows and what https://www.deepl.com/account/usage shows. Anyway, your plugin config looks fine. Can you please provide additional information:...

Does your deepl API usage (as reported by https://www.deepl.com/account/usage and by the plugin) increase after the "translation"? I can not reproduce this at the moment. If you want to narrow...

I added an option to automatically regenerate uids after translation, same as proposed in https://github.com/Fekide/strapi-plugin-translate/pull/157 Github just won't let me create a new branch right now, so I added it...

This is caused by the Markdown -> Html -> Markdown conversion (via showdown). Looks like it might be similar to this issue: https://github.com/showdownjs/showdown/issues/953 I don't think there is a lot...

Was playing around with the skipped tests to see why they would fail when enabled, but I think they can just be removed, since they do not really cover anything...

Hi @ngoctuan776, Thank you for opening this issue! > What trigger me as something wrong is that the API call is made to the endpoint "localhost:1337/translate/translate" when I click the...