Automatic Translations (similar to Google Translate, Deepl, etc.) #462
-
Hello! I get the sense that this question/suggestion was already put forth, but I couldn't find it anywhere: Will it be possible to generate automatic translations using Google Translate or Deepl, mark them as machine translations, and then allow human contributors to review those automated translations? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Yes! We are launching a CLI soon that enables machine translations as part of the CI/CD process. One difficulty we have is the question of where to store metadata like marking translations as machine translated. A discussion is on going at #355. TL;DR Either store metadata in git repos, or have a backend service. Right now, inlang has no backend which leads to easy adoption because all apps (editor, CLI, ide-extension) just work without extra accounts, setup, etc. |
Beta Was this translation helpful? Give feedback.
-
Hey we need this ASAP for https://github.com/osmosis-labs/osmosis-frontend as we're looking into other solutions to automate this. IMO it would be great if we could have the Inlang dev-native experience (VSCode extension??) that could walk us through the automatic translation of a ref lang using AI. But still maintain the human element of exposing a frontend to make it easy for a native speaker to fine-tune the translations. It would even be enough for me to give the VSCode extension (or CLI) my OpenAI API key to use for translating (or google translate API key). |
Beta Was this translation helpful? Give feedback.
-
I will be interested in using the automatic translations for https://github.com/themesberg/flowbite-svelte as well. |
Beta Was this translation helpful? Give feedback.
-
The CLI supports machine translations now with |
Beta Was this translation helpful? Give feedback.
The CLI supports machine translations now with
inlang machine translate
.