提交 915c1c39 authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #291 in FS/freeswitch from ~HRISTO/freeswitch:nl-numbers-grammar to master

* commit '410850fa':
  FS-7685 fix Dutch numbers pronunciation
......@@ -91,11 +91,15 @@ static switch_status_t play_group(switch_say_method_t method, int a, int b, int
if (b) {
if (b > 1) {
if (c) {
say_file("digits/%d.wav", c);
say_file("currency/and.wav");
}
say_file("digits/%d0.wav", b);
} else {
say_file("digits/%d%d.wav", b, c);
c = 0;
}
c = 0;
}
if (c) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论