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

This commit is contained in:
hallgren
2015-05-18 15:58:57 +00:00
parent a73af40230
commit 975b39716a
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
}