Make use of the translations

This commit is contained in:
Olaf Leidinger 2013-10-31 10:23:36 +01:00
parent 61663b0968
commit 1caa47a232
2 changed files with 12 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.shell.extensions.teatime" path="/org/gnome/shell/extensions/teatime/">
<key name="steep-times" type="a{su}">
<default>{ "Green tea": 180, "Black tea": 210, "Fruit tea": 420, "White tea": 120 }</default>
<summary>Tea drawing times list</summary>
<description>A mapping of a tea times to their corresponding drawing time in seconds.</description>
</key>
</schema>
</schemalist>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="@GSETTINGS_SCHEMA@" path="/org/gnome/shell/extensions/teatime/" gettext-domain="@GETTEXT_DOMAIN@">
<key name="steep-times" type="a{su}">
<_default l10n="messages">{ "Green tea": 180, "Black tea": 210, "Fruit tea": 420, "White tea": 120 }</_default>
<_summary>Tea drawing times list</_summary>
<_description>A mapping of a teas to their corresponding drawing time in seconds.</_description>
</key>
</schema>
</schemalist>