]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
More infos about Plural forms, from the translation teams.
authorBruno Haible <bruno@clisp.org>
Wed, 30 May 2001 22:11:17 +0000 (22:11 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 30 May 2001 22:11:17 +0000 (22:11 +0000)
doc/ChangeLog
doc/gettext.texi

index 11f9cca9d72384674bd1ae81f5cae1691578ca45..c681716bbcc395bf08a0d3c124ed497bc23f4473 100644 (file)
@@ -1,3 +1,8 @@
+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.
index aaad21435ef3ec9249ee4c22f9f916f7e723dc3d..f7a86fa271aaaa5bf474ccf64de5479c61c7d5d9 100644 (file)
@@ -3733,7 +3733,7 @@ Languages with this property include:
 @item Finno-Ugric family
 Hungarian
 @item Asian family
-Japanese
+Japanese, Korean
 @item Turkic/Altaic family
 Turkish
 @end table
@@ -3762,7 +3762,7 @@ Greek
 @item Semitic family
 Hebrew
 @item Romanic family
-Italian, Spanish
+Italian, Portuguese, Spanish
 @item Artificial
 Esperanto
 @end table
@@ -3779,7 +3779,22 @@ Languages with this property include:
 
 @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
@@ -3828,7 +3843,7 @@ Languages with this property include:
 
 @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
@@ -3840,8 +3855,6 @@ Plural-Forms: nplurals=3; \
            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: