From 6d35fcb936474fca1acaebfd9502c097b6fde88e Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 12 Feb 2024 17:09:10 +0200 Subject: [PATCH] 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. --- po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) 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