diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2023-05-27 18:11:35 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-05-27 18:17:57 +0200 |
commit | 059b1b31ade7f1d716f56c5e6fd657ce22ce2032 (patch) | |
tree | f602cb3a41d5c102f09995940703f33ebf91423a /po | |
parent | tree-wide: Downgrade a few more noisy log messages to trace (diff) | |
download | systemd-059b1b31ade7f1d716f56c5e6fd657ce22ce2032.tar.xz systemd-059b1b31ade7f1d716f56c5e6fd657ce22ce2032.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')
-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 bef8f84e1a..68731cd387 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,4 +1,5 @@ src/basic/parse-util.c +src/boot/efi/addon.c src/boot/efi/boot.c src/boot/efi/secure-boot.c src/boot/efi/stub.c |