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",