Allow for casual language suffix
This commit is contained in:
parent
3f6ec04d7a
commit
5f4e4bde12
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public abstract class AbstractPrologCommandPlayer implements CommandPlayer, Stat
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
language = voiceProvider.replace(IndexConstants.VOICE_PROVIDER_SUFFIX, "")
|
language = voiceProvider.replace(IndexConstants.VOICE_PROVIDER_SUFFIX, "")
|
||||||
.replace("-formal", "");
|
.replace("-formal", "").replace("-casual", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue