[Bug general/27450] Update Polish translation
ldv at sourceware dot org
sourceware-bugzilla@sourceware.org
Sat Mar 6 03:00:27 GMT 2021
https://sourceware.org/bugzilla/show_bug.cgi?id=27450
--- Comment #8 from Dmitry V. Levin <ldv at sourceware dot org> ---
(In reply to Mark Wielaard from comment #7)
> Two questions:
>
> 1) How should we manage the POTFILES? How did you note the missing files?
> Can this be automated somehow?
I was using
$ git grep -El '\<(_|[ns]gettext) *\("'
On the current master, it says the following files should be added:
$ grep '^[^#]' po/POTFILES.in |sort -u | \
comm -13 - <(git grep -El '\<(_|[ns]gettext) *\("')
libcpu/i386_lex.l
libcpu/i386_parse.y
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
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Elfutils-devel
mailing list