Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate more translators #1

Open
nidhaloff opened this issue Aug 19, 2020 · 5 comments
Open

integrate more translators #1

nidhaloff opened this issue Aug 19, 2020 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@nidhaloff
Copy link
Owner

I'm opening this issue for new comers who want to contribute to the project.
The goal is to integrate more translators in this tool. For example linguee, pons or deepl.

If anyone is interested, feel free to write me or leave a comment

@nidhaloff nidhaloff added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Aug 19, 2020
@nidhaloff nidhaloff pinned this issue Aug 19, 2020
@alceil
Copy link

alceil commented Feb 7, 2022

I would like to work on this issue. Can you brief me on what to do I will get it done? @nidhaloff

@rkg4412
Copy link

rkg4412 commented Mar 16, 2022

I am also interested on the issue .Can you breif me on what to do and I will get it done ?? @nidhaloff

@nidhaloff
Copy link
Owner Author

Basically as stated in the description, there are other translators that can be integrated like linguee, pons and deepl. If you know python, you can take a look at this repo https://github.com/nidhaloff/deep-translator

@Sowatee
Copy link

Sowatee commented Mar 17, 2022

DeepL translator requires an account to use their API. I want to begin looking over the code and work on integrating it, but how would I manage the permissions and account requirements?

@nidhaloff
Copy link
Owner Author

@Sowatee Users should handle that. The package is just a high-level API to use multiple translators. Unfortunately, not all translators are available for public free use. Therefore, in some cases (like deepl), the user would need to go to the deepl website and get a private api_key.

Example of using deepl (this is just a suggestion):

deepl = DeepL("some_api_key", "en", "de").translate("anything")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants