From c51ecf31171d7c79b15d68ecc05b74f788d8b886 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20Dr=C4=85g?= Date: Sat, 7 Oct 2023 16:54:04 +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 68731cd387c..c9cb70c4246 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -23,5 +23,6 @@ src/locale/localed.c src/timedate/timedated.c units/debug-shell.service.in units/systemd-journald.service.in +units/systemd-pcrextend@.service.in units/systemd-timesyncd.service.in units/user@.service.in -- 2.47.3