From 14d92d3f9666e28fd455ccd3663990a797088c05 Mon Sep 17 00:00:00 2001 From: "Tobias.Faust" <> Date: Mon, 11 Jun 2018 08:50:38 +0000 Subject: [PATCH] 98_Text2Speech: added Duch language for Google TTS git-svn-id: https://svn.fhem.de/fhem/trunk@16849 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/98_Text2Speech.pm | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index e01015154..0f7fda544 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 98_Text2Speech: added Duch language for Google TTS - feature: 74_UnifiSwitch: initial version - feature: 74_Unifi: new child-Module UnifiSwitch new reading UC_newClients for new clients diff --git a/fhem/FHEM/98_Text2Speech.pm b/fhem/FHEM/98_Text2Speech.pm index 4c6009740..0140840a9 100644 --- a/fhem/FHEM/98_Text2Speech.pm +++ b/fhem/FHEM/98_Text2Speech.pm @@ -84,7 +84,8 @@ my %language = ("Google" => {"Deutsch" => "de", "France" => "fr", "Spain" => "es", "Italian" => "it", - "Chinese" => "cn" + "Chinese" => "cn", + "Dutch" => "nl" }, "VoiceRSS" => {"Deutsch" => "de-de", "English-US" => "en-us",