Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 748 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 748 Bytes

Membrane.Translate

Plugin providing a translation filter. Currently backed by Deepl, for which you need an authentication key.

This element is used in production.

Installation

def deps do
  [
    {:membrane_translate_plugin, github: "kim-company/membrane_translate_plugin"}
  ]
end

Configuration

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 and License

Copyright 2024, KIM Keep In Mind GmbH Licensed under the Apache License, Version 2.0