+2010-11-13 Bruno Haible <bruno@clisp.org>
+
+ * gettext.texi (Plural forms): Add Belarusian.
+ Reported by Ihar Hrachyshka <ihar.hrachyshka@gmail.com>.
+
2010-08-29 Bruno Haible <bruno@clisp.org>
* gettext.texi (Using Compendia): Correct after 2007-09-09 change.
@item Slavic family
Russian, @c 143.6 million speakers
Ukrainian, @c 37.0 million speakers
+Belarusian, @c 8.6 million speakers
Serbian, @c 7.0 million speakers
Croatian @c 5.5 million speakers
@end table
+2010-11-13 Ihar Hrachyshka <ihar.hrachyshka@gmail.com> (tiny change)
+
+ * plural-table.c (plural_table): Added Belarusian, copied from Russian
+ and Ukrainian.
+
2010-11-07 Bruno Haible <bruno@clisp.org>
format-c.c: Share code with libintlext.
{ "lt", "Lithuanian", "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" },
{ "ru", "Russian", "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
{ "uk", "Ukrainian", "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
+ { "be", "Belarusian", "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
{ "sr", "Serbian", "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
{ "hr", "Croatian", "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
{ "cs", "Czech", "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" },