(svn r15965) -Change: use recent Czech language for plural form (it has been official for years anyway)

This commit is contained in:
smatz
2009-04-07 00:05:44 +00:00
parent c738978dae
commit 1eeb1d6cee
3 changed files with 9 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ static char _cases[MAX_NUM_CASES][16];
static uint _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, 2 };
static const byte _plural_form_counts[] = { 2, 1, 2, 3, 3, 3, 3, 3, 4, 2, 3 };
static const char *_cur_ident;