From 61b75ba0fb0e582807efb1e080fe7dab8ec6da43 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 8 Jul 2020 16:54:17 +0200 Subject: Handle AppStream files using gettext Starting from version 0.19.6, gettext has native capabilities to extract from, and merge back translations in AppStream files. Hence, use xgettext to extract messages, and msgfmt to create AppStream files with translations; because of this, there no more need to prefix with underscore the tags to be translated. Update the gettext required version in INSTALL.md. Reviewed-by: Cole Robinson Signed-off-by: Pino Toscano --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index dbc3ebde..a12320f6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,7 +30,7 @@ A detailed dependency list can be found in Minimum version requirements of major components: - - gettext >= 0.19 + - gettext >= 0.19.6 - python >= 3.4 - gtk3 >= 3.22 - libvirt-python >= 0.6.0 -- cgit v1.2.1