]> git.ipfire.org Git - thirdparty/asterisk.git/commit
apps/app_voicemail.c and main/say.c: Add support for Icelandic language 46/2946/2
authorÖrn Arnarson <orn@arnarson.net>
Mon, 6 Jun 2016 16:13:01 +0000 (16:13 +0000)
committerÖrn Arnarson <orn@arnarson.net>
Tue, 7 Jun 2016 11:36:48 +0000 (11:36 +0000)
commit60caebc738d96c092ca1f1f51881ed41e4a52192
treede6f837c6b1ffc957c2489e28b72bc27ae47528f
parent3e8d523d889351c69b21fdc563cb98d18a7bdb66
apps/app_voicemail.c and main/say.c: Add support for Icelandic language

Icelandic has some weird grammar rules when dealing with dates and
numbers. There are different genders used depending on which number
you're dealing with, and only a handful of numbers do change depending
on the gender. There is also an implied gender in several cases.

This patch was originally written for asterisk 1.6, and has been in use
for several years without crashes. I cleaned it up a bit and rewrote
what was necessary for Asterisk 13.

The functions were copied from other similar languages and modified
where appropriate. If i recall correctly, the German and Danish
functions were used as a base.

ASTERISK-26087
Reported by: Örn Arnarson
Tested by: Örn Arnarson

Change-Id: Ib7d8bd7b0fede5767921ed821315b5b508c0e665
CHANGES
apps/app_voicemail.c
main/say.c