gnome-control-center/panels/keyboard/gnome-keybindings.loc
Florian Müllner f7fad92c3e keyboard: Add gettext support for keybinding descriptions
gettext can extract strings from xml file formats with the help of
.its files. Provide appropriate rules so modules that install
keybinding descriptions don't need to depend on intltool to
extract translatable strings.

https://bugzilla.gnome.org/show_bug.cgi?id=769066
2016-07-27 17:27:32 +02:00

6 lines
208 B
XML

<?xml version="1.0"?>
<locatingRules>
<locatingRule name="GnomeKeybindings" pattern="*.xml">
<documentRule localName="KeyListEntries" target="gnome-keybindings.its"/>
</locatingRule>
</locatingRules>