Text to Speech (#2)

* Initial TTS scrapping implemented

* Audio & copy buttons added

* TTS langs mapping fix

* Webkit audio api fix

* Added TTS-related testing

* Last tweaks
This commit is contained in:
David
2021-03-25 16:48:46 +01:00
committed by GitHub
parent 034355b640
commit 7288e9ace7
11 changed files with 302 additions and 49 deletions

View File

@@ -123,7 +123,8 @@
"source": {},
"target": {
"zh": "zh-CN",
"zh_HANT": "zh-TW"
"zh_HANT": "zh-TW",
"auto": "en"
}
}
}