https://sourceware.org/bugzilla/show_bug.cgi?id=27450
--- Comment #10 from Dmitry V. Levin <ldv at sourceware dot org> --- (In reply to Piotr Drąg from comment #9) > I already included Signed-off-by in the patches. As for POTFILES, I use > intltool-update -m to detect missing files. > > (In reply to Dmitry V. Levin from comment #8) > > It also says the following listed files don't contain translations: > > $ grep '^[^#]' po/POTFILES.in |sort -u | \ > > comm -23 - <(git grep -El '\<(_|[ns]gettext) *\("') > > libdw/dwarf_error.c > > libdwfl/libdwflP.h > > libelf/elf_error.c > > src/elfcompress.c > > src/stack.c > > tests/backtrace.c > > tests/dwflmodtest.c > > That’s not true, I guess your command ignores strings marked with N_? Indeed. Next time I'll use git grep -El '\<(N?_|[ns]gettext) *\("' instead. -- You are receiving this mail because: You are on the CC list for the bug.