From 2c75cb8b51dfb4b6e8e67ca1d2fa2883b88a52c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Thu, 14 Mar 2024 13:50:12 +0100 Subject: [PATCH] po: add pkg/debian to POTFILES.skip Debian packaging includes the exploded tarball, so 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 its files as needed to be translated. Avoid this behavior by putting the whole submodule in POTFILES.skip. --- po/POTFILES.skip | 1 + 1 file changed, 1 insertion(+) diff --git a/po/POTFILES.skip b/po/POTFILES.skip index befe6a08c56..84d56c8a223 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,3 +1,4 @@ +pkg/debian src/basic/parse-util.c src/boot/efi/addon.c src/boot/efi/boot.c