walles / headsetharry

Android app that speaks phone events when headset connected
GNU General Public License v3.0
1 stars 0 forks source link

Fall back on less specific languages when speaking #5

Closed walles closed 8 years ago

walles commented 8 years ago

When test speaking Swedish, we do it in locale sv. This is supported by Google's TTS.

Then, when speaking "for real", we try to do it in locale sv_SE. This is not supported by Google's TTS.

If sv_SE fails, we should try just sv instead.

walles commented 8 years ago

Fixed by 90b8215a6c8eebf1c1894366b702c633f79a9ed5.

walles commented 8 years ago

Released in 0.0.2.