From 059b1b31ade7f1d716f56c5e6fd657ce22ce2032 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20Dr=C4=85g?= Date: Sat, 27 May 2023 18:11:35 +0200 Subject: [PATCH] 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. --- po/POTFILES.skip | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3