From e645246c8d8d2c0346e029620d430836c78927ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sun, 9 Mar 2025 12:26:21 +0100 Subject: [PATCH] po: add false positives 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 these files as containing translations. Avoid this behavior by putting the files in POTFILES.skip. --- po/POTFILES.skip | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 8f51a544f2..6888296d27 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -22,6 +22,10 @@ src/core/org.freedesktop.systemd1.policy src/hostname/hostnamed.c src/locale/localed.c src/timedate/timedated.c +units/breakpoint-pre-basic.service.in +units/breakpoint-pre-mount.service.in +units/breakpoint-pre-switch-root.service.in +units/breakpoint-pre-udev.service.in units/capsule@.service.in units/debug-shell.service.in units/systemd-battery-check.service.in