From 1eeb1d6ceeb65ac95efdc58a4f8e4dc555a25ca0 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 7 Apr 2009 00:05:44 +0000 Subject: (svn r15965) -Change: use recent Czech language for plural form (it has been official for years anyway) --- src/strgen/strgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strgen') diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 04a59b387..6bec63094 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -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; -- cgit v1.2.3-70-g09d2