turanmahmudov / Translate

Translate app for Ubuntu
GNU General Public License v3.0
1 stars 4 forks source link

Add transliteration for non-romanized languages #3

Open cyberpunkedu opened 6 years ago

cyberpunkedu commented 6 years ago

It looks like the app uses glosbe.com for the translation info, and is able to grab the definitions.

Would it also be possible to include transliteration? This is useful for non-romanized languages. The info already exists on glosbe if you click on the translation results: eg. https://glosbe.com/en/zh/Hello

turanmahmudov commented 5 years ago

Hello @userj

There is no transliteration output comes from the api. Please look at the below link: https://glosbe.com/gapi/translate?from=en&dest=ja&format=json&pretty=true&phrase=hello&tm=true

Thanks.