+2001-05-30 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext.texi (Plural forms): Remove remark about continuation lines.
+ Add information about Croatian, Portuguese, Latvian, Korean.
+
2001-05-23 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.38 released.
@item Finno-Ugric family
Hungarian
@item Asian family
-Japanese
+Japanese, Korean
@item Turkic/Altaic family
Turkish
@end table
@item Semitic family
Hebrew
@item Romanic family
-Italian, Spanish
+Italian, Portuguese, Spanish
@item Artificial
Esperanto
@end table
@table @asis
@item Romanic family
-French
+French, Brazilian Portuguese
+@end table
+
+@item Three forms, special case for zero
+The header entry would be:
+
+@smallexample
+Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;
+@end smallexample
+
+@noindent
+Languages with this property include:
+
+@table @asis
+@item Baltic family
+Latvian
@end table
@item Three forms, special cases for one and two
@table @asis
@item Slavic family
-Czech, Russian, Slovak, Ukrainian
+Croatian, Czech, Russian, Slovak, Ukrainian
@end table
@item Three forms, special case for one and some numbers ending in 2, 3, or 4
n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;
@end smallexample
-(Continuation in the next line is possible.)
-
@noindent
Languages with this property include: