mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Make use of the translations
This commit is contained in:
parent
61663b0968
commit
1caa47a232
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user