(svn r12417) -Fix: Add a new plural rule for Icelandic.

This commit is contained in:
maedhros
2008-03-25 17:39:02 +00:00
parent 6184676ec7
commit 2023f59541
3 changed files with 8 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ static char _cases[MAX_NUM_CASES][16];
static int _numcases;
// for each plural value, this is the number of plural forms.
static const byte _plural_form_counts[] = { 2, 1, 2, 3, 3, 3, 3, 3, 4 };
static const byte _plural_form_counts[] = { 2, 1, 2, 3, 3, 3, 3, 3, 4, 2 };
static const char *_cur_ident;