]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_scrub_all: localize the strings in the program
authorDarrick J. Wong <djwong@kernel.org>
Tue, 1 Apr 2025 14:44:44 +0000 (07:44 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 8 Apr 2025 09:20:10 +0000 (11:20 +0200)
commit2d5e0a41c199272ada5d54d51a2a8cbb76da6eee
treea51282cd690e8b6982f053996e16ac81b7d87ca0
parent8a96f3d73d063f414b7c08577de7b4759cdd76f2
xfs_scrub_all: localize the strings in the program

Use gettext to localize the output of this program.  While we're at it,
convert everything to f-strings to make it easier for translators to
understand the string.  f-strings introduce a runtime requirement of
Python 3.6, which includes Debian 10 and RHEL 7.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Andrey Albershteyn <aalbersh@kernel.org>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
scrub/Makefile
scrub/xfs_scrub_all.py.in