blob: ce2ff950db4ca303b4421b41c419c0bda9e4a53d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.system.locale" path="/system/locale/">
<key name="region" type="s">
<default>''</default>
<summary>The locale to use for dates / numbers formats</summary>
<description>
Specify the locale to be used for displaying dates, times and numbers formats.
</description>
</key>
</schema>
</schemalist>
|