Appsilon / shiny.i18n

Shiny applications internationalization made easy
https://appsilon.github.io/shiny.i18n/
Other
168 stars 38 forks source link

automatic translations added #33

Closed dokato closed 4 years ago

dokato commented 4 years ago

Automatic translations added

For now with google cloud api, but implemented in a way that it should be possible to use other services, eg. Microsoft, yandex, etc.

filipstachura commented 4 years ago

Very interesting and cool! 🎉

It would be great to use it during user tests. We start with automatic translation and gradually improve translations file. We fall back to automatic for anything that is not specified in the file.

This process would allow for very fast customer development and keep iterations short.

What do you think about it?

dokato commented 4 years ago

What do you think about it?

Sure. That could be easily done with how the things are implemented now. We could introduce some option automatic.supported (tranlsation) that used translate method first, but when it does not find a translation there it throws a warning and does automatictranslate then.