Tell xgettext to use gtk4builder.its

When running xgettext inside `make-npot` we should tell it to use the
ITS file we provide, instead of the system one.
This commit is contained in:
Emmanuele Bassi
2022-03-01 18:51:10 +00:00
parent d45281e6c7
commit 459e0f2ccf

View File

@@ -42,6 +42,7 @@ fi
$XGETTEXT --default-domain="$GETTEXT_PACKAGE" \
--directory="$top_srcdir" \
--its="$top_srcdir/tools/gtk4builder.its" \
--msgid-bugs-address="https://gitlab.gnome.org/GNOME/gtk/-/issues/" \
--add-comments \
$XGETTEXT_KEYWORDS \