TwidereProject / TwidereX-iOS

Next generation of Twidere for iOS.
GNU General Public License v3.0
154 stars 10 forks source link

[Feature Request] Translation result in the specified language #62

Open Tsukimoe opened 2 years ago

Tsukimoe commented 2 years ago

https://translate.google.com/?sl=auto&tl={language}&text={text} https://www.deepl.com/translator-mobile#auto/{language}/{text} https://www.bing.com/translator?from=auto&to={language}&text={text}

Maybe specifying a default target translation language is a good feature, which requires getting parameters for various languages in a web service and displaying them on the front end .

MainasuK commented 2 years ago

The application now using the device preferred first language as translation target. It's should works well.

And we do not have the available target languages list from vendors and different vendor supports languages and lang-code are various.