Plugin providing a translation filter. Currently backed by Deepl, for which you need an authentication key.
This element is used in production.
def deps do
[
{:membrane_translate_plugin, github: "kim-company/membrane_translate_plugin"}
]
end
We're using Req as HTTP client in the Deepl dep. Follow Deepl readme to configure the client for testing and production.
Check the filter test to understand how you can mock requests with stubs.
Copyright 2024, KIM Keep In Mind GmbH Licensed under the Apache License, Version 2.0