mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
restored Cantonese as app Chi speech output: nothing else seems to work
This commit is contained in:
@@ -36,9 +36,9 @@ public class TTS {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* OR use separate entries for Cantonese and Mandarin */
|
/* OR use separate entries for Cantonese and Mandarin */
|
||||||
// if (language.equals("cmn-Hans-CN")) {
|
if (language.equals("cmn-Hans-CN")) {
|
||||||
// language = "yue";
|
language = "yue";
|
||||||
// }
|
}
|
||||||
|
|
||||||
Locale locale = LocaleUtils.parseJavaLocale(language.replace('-', '_'),
|
Locale locale = LocaleUtils.parseJavaLocale(language.replace('-', '_'),
|
||||||
Locale.getDefault());
|
Locale.getDefault());
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user