From 5459f56f6d78503fc9dc979af79638619502962e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 9 Apr 2019 13:29:10 +0200 Subject: [PATCH] build: add gnulib modules to the list of files with translatable strings The error messages from gnulib need to be included into nano's POT file so that those messages get translated when nano is built on a platform where the modules that contain the messages get used. This fixes https://savannah.gnu.org/bugs/?56107. Bug existed since gnulib support was added in version 2.8.0. The relevant modules were added by commits 3deec435 and 272345cc. --- po/POTFILES.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/po/POTFILES.in b/po/POTFILES.in index 0cc76c87..5f72e363 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -14,3 +14,6 @@ src/search.c src/text.c src/utils.c src/winio.c + +lib/getopt.c +lib/regcomp.c