aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-12 17:09:10 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-14 18:31:16 +0200
commit6d35fcb936474fca1acaebfd9502c097b6fde88e (patch)
tree9c00eaee2e8166b0aef802581b67fc188739bc52
parentTranslations: Add custom .pot header with SPDX license identifier. (diff)
downloadxz-6d35fcb936474fca1acaebfd9502c097b6fde88e.tar.xz
Translations: Translate also messages of lzmainfo.
lzmainfo has had translation support since 2009 at least but it was never added to po/POTFILES.in so the messages weren't translated. It's a very rarely needed tool so it's not too bad. This also adds src/xz/mytime.c to po/POTFILES.in although there are no translatable strings. It's simpler this way so that it won't be forgotten if strings were ever added to that file.
-rw-r--r--po/POTFILES.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0ae01f52..a4f4e005 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -8,8 +8,10 @@ src/xz/hardware.c
src/xz/list.c
src/xz/main.c
src/xz/message.c
+src/xz/mytime.c
src/xz/options.c
src/xz/signals.c
src/xz/suffix.c
src/xz/util.c
+src/lzmainfo/lzmainfo.c
src/common/tuklib_exit.c