Skip to content
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

Open
1 task
djh1997 opened this issue Aug 1, 2024 · 6 comments
Open
1 task

🚀 [Feature Request]: add support for apple translation api #827

djh1997 opened this issue Aug 1, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@djh1997
Copy link

djh1997 commented Aug 1, 2024

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

  • I am willing to submit a pull request for this issue.

Additional comments

No response

@djh1997 djh1997 added the enhancement New feature or request label Aug 1, 2024
@garthvh
Copy link
Member

garthvh commented Aug 1, 2024

This is already in place, feel free to use Xcode for translation

@garthvh garthvh closed this as completed Aug 1, 2024
@djh1997
Copy link
Author

djh1997 commented Aug 1, 2024

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.

@72A12F4E
Copy link
Contributor

72A12F4E commented Aug 1, 2024

This is an interesting idea!

@72A12F4E 72A12F4E reopened this Aug 1, 2024
@72A12F4E
Copy link
Contributor

72A12F4E commented Aug 1, 2024

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

@djh1997
Copy link
Author

djh1997 commented Aug 1, 2024

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.
I'll try to get a screen shot for you later if you want.
thanks for making such a great app.

@djh1997
Copy link
Author

djh1997 commented Aug 1, 2024

possible relevant pull request from ice cubes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants