Disables TTS (read aloud) for DWDS custom app

This commit is contained in:
Gregor Middell 2023-11-03 14:55:19 +01:00
parent 328c7b78c8
commit 9fc507413c

View File

@ -1,5 +1,6 @@
{
"app_name": "Dwds",
"zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-10-26.zim",
"enforced_lang": "de"
}
"enforced_lang": "de",
"disable_read_aloud": true
}