diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2024-04-30 14:36:16 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-04-30 16:18:42 +0200 |
commit | ade7fed923815242de9e933c47aafce1acae6d3b (patch) | |
tree | c3c71500c8d8a1c37588c0fc25ea71b4b0333063 /po/POTFILES.skip | |
parent | docs: autopkgtest: refresh the docs with up-to-date information (diff) | |
download | systemd-ade7fed923815242de9e933c47aafce1acae6d3b.tar.xz systemd-ade7fed923815242de9e933c47aafce1acae6d3b.zip |
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.
Diffstat (limited to 'po/POTFILES.skip')
-rw-r--r-- | po/POTFILES.skip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 84d56c8a22..8f51a544f2 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 |