Changed to Google TTS En-UK but broke all skills

I think something like this should work:

{
  “max_allowed_core_version”: 20.2,
  “tts”: {
    “module”: “google”,
    “google”: {
      “lang”: “en-uk”,
      “slow”: false
    },
   "lang": "en-us"
}

By this Mycroft Mycroft should use “en-us” vocab/dialog/locale files and speak with “en-uk” TTS voice.

2 Likes