Compare commits

...

1 Commits

Author SHA1 Message Date
Emmanuele Bassi
459e0f2ccf 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.
2022-03-01 18:51:10 +00:00

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 \