-
Notifications
You must be signed in to change notification settings - Fork 318
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
Update localization.md #881
Conversation
| Danish | - | ✅ | ✅ | ||
| Dutch | - | ✅ | ✅ | ||
| English | ✅ | ✅ | ✅ | ||
| French | - | ✅ | ✅ | ||
| German | - | ✅ | ✅ | ||
| Hebrew | - | ✅ | — | ||
| Hebrew | - | - | — |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This implies that Hebrew voice instructions are unsupported. But in fact the Directions API does produce Hebrew instructions, and this Stack Overflow answer implies that at least some Android devices do support Hebrew in the Android TTS engine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@1ec5 I was looking at that answer earlier. The accepted answer seems incorrect, as it's showing usage of Locale#getAvailableLocales
which seems unfortunately unrelated to Locale
s that are actually supported by Android TextToSpeech
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't been able to track down actual confirmation that TextToSpeech
does support Hebrew
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't find either. Apparently "Google Translate" doesn't support voice for Hebrew language either https://www.quora.com/Why-doesnt-Google-Translate-support-voice-for-Hebrew-Language
Keeping a running list of supported languages for Android
TextToSpeech
is difficult to track in a chart like this. The languages that can be used withTextToSpeech
vary from device to device. So a device may not haveEnglish (United Kingdom)
out-of-the-box, but a user can install the voice data needed to use if they choose.cc @1ec5 @brsbl