mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
98_Text2Speech: added Duch language for Google TTS
git-svn-id: https://svn.fhem.de/fhem/trunk@16849 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fa2f4e1872
commit
14d92d3f96
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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_UnifiSwitch: initial version
|
||||||
- feature: 74_Unifi: new child-Module UnifiSwitch
|
- feature: 74_Unifi: new child-Module UnifiSwitch
|
||||||
new reading UC_newClients for new clients
|
new reading UC_newClients for new clients
|
||||||
|
@ -84,7 +84,8 @@ my %language = ("Google" => {"Deutsch" => "de",
|
|||||||
"France" => "fr",
|
"France" => "fr",
|
||||||
"Spain" => "es",
|
"Spain" => "es",
|
||||||
"Italian" => "it",
|
"Italian" => "it",
|
||||||
"Chinese" => "cn"
|
"Chinese" => "cn",
|
||||||
|
"Dutch" => "nl"
|
||||||
},
|
},
|
||||||
"VoiceRSS" => {"Deutsch" => "de-de",
|
"VoiceRSS" => {"Deutsch" => "de-de",
|
||||||
"English-US" => "en-us",
|
"English-US" => "en-us",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user