Bernhard Voelker <m...@bernhard-voelker.de> writes: > Do we need/want more patterns, e.g. for translated strings? > > $ GIT_PAGER= git grep -E '_\("[^"]*std(in|out|err)' -- '*/*.c' > src/du.c: error (0, 0, _("when reading file names from stdin, " > src/nohup.c: ? N_("ignoring input and redirecting stderr to > stdout") > src/nohup.c: : N_("redirecting stderr to stdout"))); > src/sort.c: error (SORT_FAILURE, 0, _("when reading file > names from stdin, " > src/split.c: error (0, 0, _("--filter does not process a chunk > extracted to stdout")); > src/stdbuf.c: error (0, 0, _("line buffering stdin is > meaningless")); > src/wc.c: error (0, 0, _("when reading file names from stdin, "
I think that it would be strange not to change these as well. I'll write a patch later. Good catch. Collin