]> granicus.if.org Git - neomutt/commit
I18N: Use ngettext to select plural form for a string
authorReis Radomil <reisradomil@fake-box.com>
Sun, 22 Apr 2018 04:15:58 +0000 (04:15 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 24 Apr 2018 20:27:30 +0000 (21:27 +0100)
commitf54381583da51b0ffd93f4afc9c71d6920482366
treee43a0808e384ff2005d3867557b1064f191d87e5
parentd37b47088f5a3420823da99e3574890be8c14014
I18N: Use ngettext to select plural form for a string

Convert some occurrences of

   printf("%d things", n);

to

   printf(ngettext("%d thing", "%d things", n), n);
compose.c
curs_main.c
imap/imap.c
imap/message.c
pager.c
pop.c