minibar: speech output (experimental) (in browsers that support it)

This commit is contained in:
hallgren
2015-05-18 15:58:57 +00:00
parent 011e980e9d
commit 1edd58fff8
3 changed files with 52 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ function add_country(code) {
case "ja": return "ja-JP"
case "ro": return "ja-RO"
case "el": return "el-GR"
case "th": return "th-TH"
// ...
default: return code
}