]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Reached a compromise about the format plurals in pot-files.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Jun 2000 21:23:14 +0000 (21:23 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Jun 2000 21:23:14 +0000 (21:23 +0000)
A few new tasks related to François Pinard's po-utils.

Admin/plans

index 07833ad19f03999e761e343f103068f84c4ede05..302120e9f2afd3e458b12b790117d98dee1a1d1a 100644 (file)
@@ -19,12 +19,15 @@ Things we plan to do. Comments welcome.
 - Update documentation for plural features and bind_textdomain_codeset.
 
 - Treatment of plurals in pot-files: Use the following pattern:
-    msgid "a piece of cake" | "%d pieces of cake"
-    msgstr "un morceau de gateau" | "%d morceaux de gateau" [ | more strings ]
-  or the following:
     msgid "a piece of cake"
+    msgid_plural "%d pieces of cake"
     msgstr0 "un morceau de gateau"
     msgstr1 "%d morceaux de gateau"
+  or possibly:
+    msgid "a piece of cake"
+    msgid_plural "%d pieces of cake"
+    msgstr[0] "un morceau de gateau"
+    msgstr[1] "%d morceaux de gateau"
 
 - Work towards integration with automake.
 
@@ -36,6 +39,13 @@ Things we plan to do. Comments welcome.
 
 - Check the *.m4 macros with bleeding-edge autoconf & automake.
 
+- Documentation: Distinguish more clearly between gettext/xgettext,
+  the Translation Project for GNU packages, and the PO mode.
+
+- Read Francois Pinard's gettext folder.
+
+- Evaluate Francois Pinard's po-utils and xpot. Takeover? Merge? Refer to?
+
 Future:
 
 - Remove support for catgets and Solaris gettext.