aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.keyboard.gschema.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-11 13:11:06 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-11 13:11:06 +0200
commit8818b2d64a4e2a3ddea3ed94c62ea8404f7c1fa8 (patch)
tree97574b5a2e83dd8fb4cf092640d1c9a9b0dbd166 /data/org.ayatana.indicator.keyboard.gschema.xml
parent1f668a5d16930a240a84490b949eb92d4eeb2712 (diff)
downloadayatana-indicator-keyboard-8818b2d64a4e2a3ddea3ed94c62ea8404f7c1fa8.tar.gz
ayatana-indicator-keyboard-8818b2d64a4e2a3ddea3ed94c62ea8404f7c1fa8.tar.bz2
ayatana-indicator-keyboard-8818b2d64a4e2a3ddea3ed94c62ea8404f7c1fa8.zip
Fix translating the indicator's .gschema.xml file.
Diffstat (limited to 'data/org.ayatana.indicator.keyboard.gschema.xml')
-rw-r--r--data/org.ayatana.indicator.keyboard.gschema.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.keyboard.gschema.xml b/data/org.ayatana.indicator.keyboard.gschema.xml
new file mode 100644
index 00000000..67a50765
--- /dev/null
+++ b/data/org.ayatana.indicator.keyboard.gschema.xml
@@ -0,0 +1,19 @@
+<schemalist>
+ <schema gettext-domain="ayatana-indicator-keyboard" id="org.ayatana.indicator.keyboard" path="/org/ayatana/indicator/keyboard/">
+ <key name="language-icon-desktop" type="b">
+ <default>true</default>
+ <summary>Show the language icon in desktop mode.</summary>
+ <description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</description>
+ </key>
+ <key name="language-icon-phone" type="b">
+ <default>false</default>
+ <summary>Show the language icon in phone mode.</summary>
+ <description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</description>
+ </key>
+ <key name="language-icon-greeter" type="b">
+ <default>false</default>
+ <summary>Show the language icon in the greeter.</summary>
+ <description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</description>
+ </key>
+ </schema>
+</schemalist>