Translator in Snap?

Hi! Is there any way to translate the text inside the Snap! project (like in Scratch with Translate extension)?

Oh, you mean a google translate library? There is not, but you can look into the google translate api to see if you can make it using the url block.

Ok, thank you so much!

I think the easiest way would be to use LibreTranslate

Not really :wink:

Polish "Witam" (eng: Hello) => translated "I'm awake"
"Nie lubię poniedziałków" (Don't like Mondays) => Not ordinarily Mondays

I don't like Mondays => Nie lubi poniedziałek (should be "Nie lubię poniedziałków")

I agree LibreTranslate's translations are not among the most reliable. Even so, it may be the best option for a free translation API, and it will correctly translate many simple sentences and words (though perhaps not as much from / to Polish :wink:).

If anyone is going to use it from Snap!, they may as well publish a Snap! API block for general use, like:
untitled script pic - 2023-07-10T135519.719

Easiest isn't the best of course

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.