We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae657da + 81d7d45 commit efdedc7Copy full SHA for efdedc7
src/com/darkprograms/speech/synthesiser/Synthesiser.java
@@ -41,6 +41,8 @@ public class Synthesiser {
41
public static final String LANG_ES_SPANISH = "es";
42
public static final String LANG_FR_FRENCH = "fr";
43
public static final String LANG_DE_GERMAN = "de";
44
+ public static final String LANG_PT_PORTUGUESE = "pt-pt";
45
+ public static final String LANG_PT_BRAZILIAN = "pt-br";
46
//Please add on more regional languages as you find them. Also try to include the accent code if you can can.
47
48
/**
0 commit comments