mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -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 */
|
||||
// if (language.equals("cmn-Hans-CN")) {
|
||||
// language = "yue";
|
||||
// }
|
||||
if (language.equals("cmn-Hans-CN")) {
|
||||
language = "yue";
|
||||
}
|
||||
|
||||
Locale locale = LocaleUtils.parseJavaLocale(language.replace('-', '_'),
|
||||
Locale.getDefault());
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user