From ade7fed923815242de9e933c47aafce1acae6d3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20Dr=C4=85g?= Date: Tue, 30 Apr 2024 14:36:16 +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 84d56c8a223..8f51a544f27 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -22,6 +22,7 @@ src/core/org.freedesktop.systemd1.policy src/hostname/hostnamed.c src/locale/localed.c src/timedate/timedated.c +units/capsule@.service.in units/debug-shell.service.in units/systemd-battery-check.service.in units/systemd-bootctl@.service.in -- 2.47.3