mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
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:
parent
40bceef3ca
commit
c66bd791c4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user