[gnome-shell] Mark all gsettings schema entries as translatable
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Mark all gsettings schema entries as translatable
- Date: Fri, 13 Jun 2014 11:15:50 +0000 (UTC)
commit e22ff0e42d32859a52ef8befcf390efa6618b1fe
Author: Christophe Fergeau <cfergeau redhat com>
Date: Mon Apr 14 11:25:45 2014 +0200
Mark all gsettings schema entries as translatable
Some entries have untranslatable descriptions/summaries. This means that
when running dconf-editor, some entries will get a translated descriptions,
and a few will not.
https://bugzilla.gnome.org/show_bug.cgi?id=728170
data/org.gnome.shell.gschema.xml.in.in | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/data/org.gnome.shell.gschema.xml.in.in b/data/org.gnome.shell.gschema.xml.in.in
index f88a42e..c38e9bd 100644
--- a/data/org.gnome.shell.gschema.xml.in.in
+++ b/data/org.gnome.shell.gschema.xml.in.in
@@ -40,10 +40,10 @@
</key>
<key name="app-picker-view" type="u">
<default>0</default>
- <summary>App Picker View</summary>
- <description>
+ <_summary>App Picker View</_summary>
+ <_description>
Index of the currently selected view in the application picker.
- </description>
+ </_description>
</key>
<key name="command-history" type="as">
<default>[]</default>
@@ -128,8 +128,8 @@
</key>
<key name="pause-resume-tweens" type="as">
<default>[]</default>
- <summary>Keybinding that pauses and resumes all running tweens, for debugging purposes</summary>
- <description></description>
+ <_summary>Keybinding that pauses and resumes all running tweens, for debugging purposes</_summary>
+ <_description></_description>
</key>
</schema>
@@ -175,11 +175,11 @@
gettext-domain="@GETTEXT_PACKAGE@">
<key type="b" name="current-workspace-only">
<default>false</default>
- <summary>Limit switcher to current workspace.</summary>
- <description>
+ <_summary>Limit switcher to current workspace.</_summary>
+ <_description>
If true, only applications that have windows on the current workspace are shown in the switcher.
Otherwise, all applications are included.
- </description>
+ </_description>
</key>
</schema>
@@ -202,11 +202,11 @@
</key>
<key type="b" name="current-workspace-only">
<default>true</default>
- <summary>Limit switcher to current workspace.</summary>
- <description>
+ <_summary>Limit switcher to current workspace.</_summary>
+ <_description>
If true, only windows from the current workspace are shown in the switcher.
Otherwise, all windows are included.
- </description>
+ </_description>
</key>
</schema>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]