blob: 741518dba170a46cb8462921be152357c45327c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<schemalist>
<schema id="com.github.meson" path="/com/github/meson/" gettext-domain="test">
<key name="greeting" type="s">
<default l10n="messages">"Hello"</default>
<summary>A greeting</summary>
<description>
Sample text to test schema compilation
</description>
</key>
</schema>
</schemalist>
|