]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: drop the pluralization item with ngettext() in TODO file
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 20 Aug 2011 09:33:38 +0000 (11:33 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 22 Aug 2011 08:39:49 +0000 (10:39 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
TODO

diff --git a/TODO b/TODO
index 4f1678dc9a6b11101344e4fe9841bca678bb08ea..cab1ff7865a042eb5720e29844f4dd369e45f310 100644 (file)
--- a/TODO
+++ b/TODO
@@ -225,15 +225,6 @@ misc
      - move all mountpoints to the newroot (there are hardcoded /proc /sys and /dev paths now)
      - add --dont-move[=<list of dirs>] options
 
- - use ngettext() for strings with plurals, for example
-
-    /* include/nls.h */
-    #define P_(id, id_plural, n)       ngettext(id, id_plural, n)
-
-    printf(P_("%d used sector",
-              "%d used sectors", sectors),
-              sectors);
-
  - use TZ=UTC and LANG=en_US.UTF-8 for tests
 
  - add mllockall() and SCHED_FIFO to hwclock,