<schemalist gettext-domain= "gnome-shell-extension-weather" >
<enum id= "org.gnome.shell.extensions.weather.unit" >
<value nick= "celsius" value= "0" />
<value nick= "fahrenheit" value= "1" />
</enum>
<schema id= "org.gnome.shell.extensions.weather" path= "/org/gnome/shell/extensions/weather/" >
<key name= "unit" enum= "org.gnome.shell.extensions.weather.unit" >
<default > 'celsius'</default>
<_summary > display units</_summary>
<_description > Choose the units you want the temperatures. Allowed values are 'celsius' or 'fahrenheit'</_description>
</key>
<key name= "woeid" type= "s" >
<default > 'FRXX6724'</default>
<_summary > Forecast Yahoo WOEID</_summary>
<_description > Set Yahoo id location to retrieve the corresponding forecast informations</_description>
</key>
<key name= "city" type= "s" >
<default > ''</default>
<_summary > City to be displayed</_summary>
<_description > Optional, you can override the displayed city provided by the woeid location</_description>
</key>
<key name= "translate-condition" type= "b" >
<default > true</default>
<_summary > Whether to translate the weather condition</_summary>
<_description > Whether to translate the weather condition. If enabled, the condition is translated based on the weather code. If disabled, the condition string from Yahoo is taken. Note: Enabling the translation sometimes results in loss of accuracy, e.g., the condition string "PM Thunderstorms" cannot be expressed in terms of weather codes.</_description>
</key>
<key name= "use-symbolic-icons" type= "b" >
<default > false</default>
<_summary > Whether to use symbolic icons</_summary>
<_description > Whether to use symbolic icons instead of full-colored icons.</_description>
</key>
</schema>
</schemalist>