From: Piotr Drąg Date: Sat, 27 May 2023 16:11:35 +0000 (+0200) Subject: po: add a false positive to POTFILES.skip X-Git-Tag: v254-rc1~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059b1b31ade7f1d716f56c5e6fd657ce22ce2032;p=thirdparty%2Fsystemd.git po: add a false positive to POTFILES.skip Scripts used to detect files that should be in POTFILES.in, like intltool-update -m used on https://l10n.gnome.org/module/systemd/, falsely detect this file as containing translations. Avoid this behavior by putting the file in POTFILES.skip. --- diff --git a/po/POTFILES.skip b/po/POTFILES.skip index bef8f84e1a4..68731cd387c 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,4 +1,5 @@ src/basic/parse-util.c +src/boot/efi/addon.c src/boot/efi/boot.c src/boot/efi/secure-boot.c src/boot/efi/stub.c