[asterisk-dev] Language date/time specifications

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Sat Mar 18 16:16:57 MST 2006


This is a list of date and time specifications for say.c.  If any
are incorrect, I need replies to the list with those corrections.
There are three formats specified for each language: date, time,
and the combination of both date and time, when said all at once.
Beware of line wrap.

There's no need to give me specifications for languages not shown
below, as we don't have code to support those other languages
anyhow.

[en]
date=ABdY
time=IMp
datetime=ABdY 'digits/at' IMp

[da]
date=AdBY
time=HMS
datetime=AdBY HMS

[de]
date=AdBY
time=HMS
datetime=AdBY HMS

[he]
date=AdBY
time=IMp
datetime=AdBY 'digits/at' IMp

[es]
date='digits/es-el' Ad 'digits/es-de' B 'digits/es-de' Y
time=R
datetime='digits/es-el' Ad 'digits/es-de' B 'digits/es-de' Y 
'digits/es-a' R

[fr]
date=AdBY
time=R
datetime=AdBY R

[it]
date=AdBY
time=R
datetime=AdBY R

[nl]
date=ABdY
time=R
datetime=ABdY 'digits/at' R

[pt]
date=Ad 'digits/pt-de' B 'digits/pt-de' Y
time=R
datetime=Ad 'digits/pt-de' B 'digits/pt-de' Y 'digits/at' R

[tw]
date=YBdA
time=R
datetime=YBdA R

[gr]
date=AdBY
time=R
datetime=AdBY R

-- 
Tilghman



More information about the asterisk-dev mailing list