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

kim-company/membrane_translate_plugin

Repository files navigation

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

About

Membrane Filter for translating sentences with Deepl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages