Skip to content

Commit efdedc7

Browse files
author
Luke Kuza
committed
Merge pull request lkuza2#22 from AranHase/master
added the portuguese language
2 parents ae657da + 81d7d45 commit efdedc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/darkprograms/speech/synthesiser/Synthesiser.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public class Synthesiser {
4141
public static final String LANG_ES_SPANISH = "es";
4242
public static final String LANG_FR_FRENCH = "fr";
4343
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";
4446
//Please add on more regional languages as you find them. Also try to include the accent code if you can can.
4547

4648
/**

0 commit comments

Comments
 (0)