mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
50645b724a
Recent gettext has a feature to allow consumer projects to supply their own string extraction rules for XML files, in ITS format. Gettext still ships the rule for *.gschema.xml, but it would be better maintained in the upstream project. See the gettext documentation for details: http://www.gnu.org/software/gettext/manual/html_node/Preparing-ITS-Rules.html https://bugzilla.gnome.org/show_bug.cgi?id=760199
11 lines
333 B
XML
11 lines
333 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
See the gettext documentation for the file format:
|
|
http://www.gnu.org/software/gettext/manual/html_node/Preparing-ITS-Rules.html
|
|
-->
|
|
<locatingRules>
|
|
<locatingRule name="GSettings" pattern="*.gschema.xml">
|
|
<documentRule localName="schemalist" target="gschema.its"/>
|
|
</locatingRule>
|
|
</locatingRules>
|