The Wayback Machine - https://web.archive.org/web/20220323183923/https://github.com/topics/google-translator
Skip to content
#

google-translator

Here are 56 public repositories matching this topic...

deep-translator
nidhaloff
nidhaloff commented Mar 19, 2022

Description

Hey y all,

I know it's hard for newcomers to join the amazing open-source world because I've been there.

In order to invite people to the project and mainly give others the opportunity to join the open-source world and make their first contribution, I wanted to propose the idea of developing a website and maybe even a desktop app based on the deep-translator package.

I

enhancement help wanted good first issue discussion
pasagedev
pasagedev commented Oct 31, 2021

For now translateBatch works well if all elements of array works for translateText(). For instance, the next one:

const texts = ["bonsoir le monde", "Hallo Welt", "guten morgen"];
  google
    .translateBatch(texts)
    .then(res => console.log("batch translation: ", res));

But fails if some element doesn't work properly, For instance this:

const texts = ["", "Hallo Welt",
enhancement good first issue Hacktoberfest

Improve this page

Add a description, image, and links to the google-translator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the google-translator topic, visit your repo's landing page and select "manage topics."

Learn more