mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
57143e311d
When the <schema> doesn't have a 'gettext-domain' attribute, but the <schemalist> does, use that one. Bug #635640.
9 lines
226 B
XML
9 lines
226 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="foo">
|
|
<schema id="bar">
|
|
<key name="baz" type="s">
|
|
<default l10n="messages" context="foobar">'value'</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|