mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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_num(tm.tm_mday, SSM_COUNTED);
|
||||
say_file("time/mon-%d.wav", tm.tm_mon);
|
||||
say_num(tm.tm_mday, SSM_COUNTED);
|
||||
say_num(tm.tm_year + 1900, SSM_PRONOUNCED);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user