-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 [Feature Request]: add support for apple translation api #827
Comments
This is already in place, feel free to use Xcode for translation |
sorry I didn't mean to change the language of the app I meant to translate incoming messages to the same language as the app. |
This is an interesting idea! |
To implement this, we would just need to add a row in app settings to toggle the behavior on and off. Then, we would add a cult to this translations API wherever the message text is rendered. We could always fall back to the existing message. Text if the API fails, or add a tap action to the message bubble to allow the user to swap between the translated version or not |
ice cubes (open source ios app on github) puts a translate button on any text that is detected to be in a foreign language it might be possible to just put the sf symbol for translate into the message bubble. |
possible relevant pull request from ice cubes |
OS
iOS
Description
Investigate the addition of support for the apple language translation api like in the ice cubes mastodon app into the messages as in Europe their are lots of different langue's spoken within range.
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: