Fix wrong gettext ITS target

The installed ITS rule filename is "gtk4builder.its". The .loc file
is wrongly pointing to old "gtkbuilder.its" which makes gettext fail
on systems without GTK3 installed.
This commit is contained in:
Rafał Dzięgiel
2021-08-25 10:08:44 +02:00
parent 40bceef3ca
commit c66bd791c4

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<locatingRules>
<locatingRule name="GtkBuilder" pattern="*.ui">
<documentRule localName="interface" target="gtkbuilder.its"/>
<documentRule localName="interface" target="gtk4builder.its"/>
</locatingRule>
</locatingRules>