FS-4722 german say date day month year
This commit is contained in:
parent
58f1ee7ff0
commit
970b2f1765
|
@ -310,8 +310,8 @@ static switch_status_t de_say_time(switch_core_session_t *session, char *tosay,
|
|||
|
||||
if (say_date) {
|
||||
say_file("time/day-%d.wav", tm.tm_wday);
|
||||
say_file("time/mon-%d.wav", tm.tm_mon);
|
||||
say_num(tm.tm_mday, SSM_COUNTED);
|
||||
say_file("time/mon-%d.wav", tm.tm_mon);
|
||||
say_num(tm.tm_year + 1900, SSM_PRONOUNCED);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue