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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user