mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
c66bd791c4
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.
7 lines
190 B
XML
7 lines
190 B
XML
<?xml version="1.0"?>
|
|
<locatingRules>
|
|
<locatingRule name="GtkBuilder" pattern="*.ui">
|
|
<documentRule localName="interface" target="gtk4builder.its"/>
|
|
</locatingRule>
|
|
</locatingRules>
|