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
6 lines
208 B
XML
6 lines
208 B
XML
<?xml version="1.0"?>
|
|
<locatingRules>
|
|
<locatingRule name="GnomeKeybindings" pattern="*.xml">
|
|
<documentRule localName="KeyListEntries" target="gnome-keybindings.its"/>
|
|
</locatingRule>
|
|
</locatingRules>
|