From a5a0e63d48da3c9386230d186c3892494f27bf7b Mon Sep 17 00:00:00 2001 From: Joseph Pan Date: Wed, 25 Oct 2017 23:42:31 +0800 Subject: [PATCH] =?UTF-8?q?Google-TTS=E5=A2=9E=E5=8A=A0=E7=B2=A4=E8=AF=ADz?= =?UTF-8?q?h-yue=E6=A0=87=E5=BF=97=EF=BC=88#59=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tts.py b/client/tts.py index e559b1e..aa0add3 100644 --- a/client/tts.py +++ b/client/tts.py @@ -730,7 +730,7 @@ def languages(self): 'da', 'nl', 'en', 'eo', 'fi', 'fr', 'de', 'el', 'ht', 'hi', 'hu', 'is', 'id', 'it', 'ja', 'ko', 'la', 'lv', 'mk', 'no', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'es', 'sw', 'sv', 'ta', - 'th', 'tr', 'vi', 'cy'] + 'th', 'tr', 'vi', 'cy', 'zh-yue'] return langs def say(self, phrase):