-
Notifications
You must be signed in to change notification settings - Fork 197
Fix non-default locale recognition on Android #25
base: master
Are you sure you want to change the base?
Conversation
When it will be merged? |
I can confirm, it works now on Android with the fix by olexale !!!! |
Confirmed as well, without this fix non-US locales aren't recognized on Android (even the example app does not work as expected). With it they work like a charm. |
Hi, can you please merge this PR and release a new version? |
yes i can confirm too that this fix did the trick . tested with arabic, gj |
Hi, any chance to merge it? |
Hi @tsinis , speech_recognition:
git:
url: git://github.com/olexale/speech_recognition.git |
Hi @olexale P.S. |
According to documenation
EXTRA_LANGUAGE
value should beSo I just replaced
Locale
with the correct format and that fixed #2 for me. I tested those changes with Android 6 and 8.