[gtranslator/wip/kalev/gtranslator-2-91-new-release: 11/13] build: Use intltool to translate GSettings schema files directly



commit 11d1142f6611953adfa9b5f13b02d080b0161068
Author: Kalev Lember <kalevlember gmail com>
Date:   Sat Mar 14 17:01:38 2015 +0100

    build: Use intltool to translate GSettings schema files directly
    
    Instead of using intltool’s XML rules, use its specific GSettings schema
    rules to simplify translation of the schema files.
    
    This bumps the intltool dependency to 0.50.1.

 configure.ac                                       |   12 ++--
 data/Makefile.am                                   |    5 -
 ....in.in => org.gnome.gtranslator.gschema.xml.in} |   88 ++++++++++----------
 plugins/codeview/Makefile.am                       |   12 +--
 ...ome.gtranslator.plugins.codeview.gschema.xml.in |   19 ++++
 ....gtranslator.plugins.codeview.gschema.xml.in.in |   19 ----
 plugins/dictionary/Makefile.am                     |   12 +--
 ....gtranslator.plugins.dictionary.gschema.xml.in} |   10 +-
 plugins/open-tran/Makefile.am                      |   12 +--
 ...e.gtranslator.plugins.open-tran.gschema.xml.in} |   16 ++--
 plugins/translation-memory/Makefile.am             |   10 +--
 ...ator.plugins.translation-memory.gschema.xml.in} |   30 ++++----
 po/POTFILES.in                                     |   10 +-
 13 files changed, 113 insertions(+), 142 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3fe9c46..609bbda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AC_CHECK_FUNCS([memset setlocale strchr strdup strstr])
 dnl -------------------------------------------------------------------
 dnl Use intltools.
 dnl -------------------------------------------------------------------
-IT_PROG_INTLTOOL([0.40.0])
+IT_PROG_INTLTOOL([0.50.1])
 
 AC_SUBST([GETTEXT_PACKAGE], [gtranslator])
 AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.])
@@ -274,7 +274,7 @@ data/gtranslator.pc
 data/desktop/Makefile
 data/desktop/gtranslator.desktop.in
 data/desktop/icons/Makefile
-data/org.gnome.gtranslator.gschema.xml.in
+data/org.gnome.gtranslator.gschema.xml
 data/pixmaps/Makefile
 doc/Makefile
 doc/reference/Makefile
@@ -289,16 +289,16 @@ plugins/alternate-language/Makefile
 plugins/charmap/Makefile
 plugins/charmap/charmap/Makefile
 plugins/dictionary/Makefile
-plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in
+plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml
 plugins/fullscreen/Makefile
 plugins/insert-params/Makefile
 plugins/open-tran/Makefile
-plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in
+plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml
 plugins/codeview/Makefile
-plugins/codeview/org.gnome.gtranslator.plugins.codeview.gschema.xml.in
+plugins/codeview/org.gnome.gtranslator.plugins.codeview.gschema.xml
 plugins/translation-memory/Makefile
 plugins/translation-memory/gda/Makefile
-plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in
+plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml
 src/Makefile
 src/toolbareditor/Makefile
 ])
diff --git a/data/Makefile.am b/data/Makefile.am
index be4fb40..ec721b4 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,24 +20,19 @@ ui_DATA =                   \
        layout.xml
 
 gsettings_SCHEMAS = org.gnome.gtranslator.gschema.xml
-
 @GSETTINGS_RULES@
 
-
 EXTRA_DIST =                                   \
        $(ui_DATA)                              \
        $(appdata_in_files)                     \
-       org.gnome.gtranslator.gschema.xml.in    \
        gtranslator.pc.in
 
 CLEANFILES =                   \
        gtranslator.appdata.xml \
        $(appdata_DATA)         \
-       $(gsettings_SCHEMAS)    \
        $(pkgconfig_DATA)
 
 DISTCLEANFILES =               \
-       $(gsettings_SCHEMAS)    \
        $(pkgconfig_DATA)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/org.gnome.gtranslator.gschema.xml.in.in b/data/org.gnome.gtranslator.gschema.xml.in
similarity index 75%
rename from data/org.gnome.gtranslator.gschema.xml.in.in
rename to data/org.gnome.gtranslator.gschema.xml.in
index 79323f3..cdba7a1 100644
--- a/data/org.gnome.gtranslator.gschema.xml.in.in
+++ b/data/org.gnome.gtranslator.gschema.xml.in
@@ -21,108 +21,108 @@
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.preferences.files" 
path="/org/gnome/gtranslator/preferences/files/">
     <key name="warn-if-contains-fuzzy" type="b">
       <default>true</default>
-      <_summary>Warn if file contains fuzzy translations</_summary>
-      <_description>
+      <summary>Warn if file contains fuzzy translations</summary>
+      <description>
         If true, warn the user when saving a PO translation file containing 
         fuzzy strings.
-      </_description>
+      </description>
     </key>
     <key name="auto-save" type="b">
       <default>false</default>
-      <_summary>Auto save files</_summary>
-      <_description>
+      <summary>Auto save files</summary>
+      <description>
         If true, automatically save files at specified intervals.
-      </_description>
+      </description>
     </key>
     <key name="auto-save-interval" type="i">
       <default>4</default>
-      <_summary>Auto save interval</_summary>
-      <_description>
+      <summary>Auto save interval</summary>
+      <description>
         Interval in minutes at which to automatically save files.
-      </_description>
+      </description>
     </key>
     <key name="create-backup" type="b">
       <default>true</default>
-      <_summary>Create backup before saving</_summary>
-      <_description>
+      <summary>Create backup before saving</summary>
+      <description>
         If true, create a backup copy of a file before saving it.
-      </_description>
+      </description>
     </key>
     <key name="use-profile-values" type="b">
       <default>true</default>
-      <_summary>Use profile values for header</_summary>
-      <_description>
+      <summary>Use profile values for header</summary>
+      <description>
         If true, overwrite the values in the PO header with those in the active 
         profile.
-      </_description>
+      </description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.preferences.editor" 
path="/org/gnome/gtranslator/preferences/editor/">
     <key name="highlight-syntax" type="b">
       <default>true</default>
-      <_summary>Highlight syntax in edit fields</_summary>
-      <_description>
+      <summary>Highlight syntax in edit fields</summary>
+      <description>
         If true, apply syntax highlighting to strings in edit fields.
-      </_description>
+      </description>
     </key>
     <key name="visible-whitespace" type="b">
       <default>true</default>
-      <_summary>Make whitespace visible</_summary>
-      <_description>
+      <summary>Make whitespace visible</summary>
+      <description>
         If true, display whitespace in strings as representative symbols.
-      </_description>
+      </description>
     </key>
     <key name="use-custom-font" type="b">
       <default>false</default>
-      <_summary>Use custom font</_summary>
-      <_description>
+      <summary>Use custom font</summary>
+      <description>
         If true, use a custom font for edit fields.
-      </_description>
+      </description>
     </key>
     <key name="editor-font" type="s">
       <default>'Sans 10'</default>
-      <_summary>Editor font</_summary>
-      <_description>
+      <summary>Editor font</summary>
+      <description>
         Custom font to use for edit fields.
-      </_description>
+      </description>
     </key>
     <key name="unmark-fuzzy-when-changed" type="b">
       <default>true</default>
-      <_summary>Remove fuzzy status when message is changed</_summary>
-      <_description>
+      <summary>Remove fuzzy status when message is changed</summary>
+      <description>
         If true, remove fuzzy status from translations when they are changed.
-      </_description>
+      </description>
     </key>
     <key name="spellcheck" type="b">
       <default>true</default>
-      <_summary>Check spelling</_summary>
-      <_description>
+      <summary>Check spelling</summary>
+      <description>
         If true, check the spelling of translated messages.
-      </_description>
+      </description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.preferences.ui" 
path="/org/gnome/gtranslator/preferences/ui/">
     <key name="panel-switcher-style" enum="org.gnome.gtranslator.SwitcherStyle">
       <default>'both'</default>
-      <_summary>Side panel switcher style</_summary>
-      <_description>
+      <summary>Side panel switcher style</summary>
+      <description>
         Style for switchers in the side panel.
-      </_description>
+      </description>
     </key>
     <key name="color-scheme" type="s">
       <default>'classic'</default>
-      <_summary>Color scheme</_summary>
-      <_description>
+      <summary>Color scheme</summary>
+      <description>
         Name of a gtksourceview color scheme to use for syntax highlighting.
-      </_description>
+      </description>
     </key>
     <key name="sort-order" type="s">
       <default>'id'</default>
-      <_summary>Message list sort order</_summary>
-      <_description>
+      <summary>Message list sort order</summary>
+      <description>
         Sort order to use in the message list. Possible values are "status", 
         "id", "original-text" and "translated-text".
-      </_description>
+      </description>
     </key>
   </schema>
   <schema id="org.gnome.gtranslator.state" path="/org/gnome/gtranslator/state/">
@@ -154,8 +154,8 @@
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.plugins" 
path="/org/gnome/gtranslator/plugins/">
     <key name="active-plugins" type="as">
       <default>['translation-memory']</default>
-      <_summary>Active plugins</_summary>
-      <_description>List of active plugins. It contains the "Location" of the active plugins. See the 
.gtranslator-plugin file for obtaining the "Location" of a given plugin.</_description>
+      <summary>Active plugins</summary>
+      <description>List of active plugins. It contains the "Location" of the active plugins. See the 
.gtranslator-plugin file for obtaining the "Location" of a given plugin.</description>
     </key>
   </schema>
 </schemalist>
diff --git a/plugins/codeview/Makefile.am b/plugins/codeview/Makefile.am
index 821bc45..023ae62 100644
--- a/plugins/codeview/Makefile.am
+++ b/plugins/codeview/Makefile.am
@@ -38,21 +38,15 @@ plugin_in_files = gtr-codeview.plugin.desktop.in
 plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
 
 gsettings_SCHEMAS = org.gnome.gtranslator.plugins.codeview.gschema.xml
-
- INTLTOOL_XML_NOMERGE_RULE@
-
 @GSETTINGS_RULES@
 
 EXTRA_DIST =   \
        $(plugin_in_files)      \
        gtr-codeview.gresource.xml      \
        gtr-codeview-dialog.ui  \
-       gtr-viewer.ui   \
-       org.gnome.gtranslator.plugins.codeview.gschema.xml.in.in
-
-CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS) $(BUILT_SOURCES)
-DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS) $(BUILT_SOURCES)
+       gtr-viewer.ui
 
-MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
+CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
+DISTCLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
 
 -include $(top_srcdir)/git.mk
diff --git a/plugins/codeview/org.gnome.gtranslator.plugins.codeview.gschema.xml.in 
b/plugins/codeview/org.gnome.gtranslator.plugins.codeview.gschema.xml.in
new file mode 100644
index 0000000..17afe66
--- /dev/null
+++ b/plugins/codeview/org.gnome.gtranslator.plugins.codeview.gschema.xml.in
@@ -0,0 +1,19 @@
+<schemalist>
+  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.plugins.codeview" 
path="/org/gnome/gtranslator/plugins/codeview/">
+    <key name="use-editor" type="b">
+      <default>false</default>
+      <summary>Use the System Editor</summary>
+      <description>Whether use the system editor to show the source code</description>
+    </key>
+    <key name="program-cmd" type="s">
+      <default>'gedit'</default>
+      <summary>The Editor to Launch</summary>
+      <description>The command to launch the editor you want to use</description>
+    </key>
+    <key name="line-cmd" type="s">
+      <default>'+'</default>
+      <summary>Arguments for the Command</summary>
+      <description>Arguments to pass to the program command line to select the line</description>
+    </key>
+  </schema>
+</schemalist>
diff --git a/plugins/dictionary/Makefile.am b/plugins/dictionary/Makefile.am
index f706e20..bcbd19f 100644
--- a/plugins/dictionary/Makefile.am
+++ b/plugins/dictionary/Makefile.am
@@ -37,19 +37,13 @@ plugin_in_files = gtr-dict.plugin.desktop.in
 plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
 
 gsettings_SCHEMAS = org.gnome.gtranslator.plugins.dictionary.gschema.xml
-
- INTLTOOL_XML_NOMERGE_RULE@
-
 @GSETTINGS_RULES@
 
 EXTRA_DIST = \
        $(pixmaps__DATA)    \
-       $(plugin_in_files)  \
-       org.gnome.gtranslator.plugins.dictionary.gschema.xml.in.in
-
-CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS)
+       $(plugin_in_files)
 
-MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
+CLEANFILES = $(plugin_DATA)
+DISTCLEANFILES = $(plugin_DATA)
 
 -include $(top_srcdir)/git.mk
diff --git a/plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in.in 
b/plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in
similarity index 71%
rename from plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in.in
rename to plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in
index 965938d..c8cf32f 100644
--- a/plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in.in
+++ b/plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in
@@ -2,20 +2,20 @@
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.plugins.dictionary" 
path="/org/gnome/gtranslator/plugins/dictionary/">
     <key name="database" type="s">
       <default>'*'</default>
-      <_summary>Database</_summary>
-      <_description>Word database</_description>
+      <summary>Database</summary>
+      <description>Word database</description>
     </key>
     <key name="source-name" type="s">
       <default>'Default'</default>
-      <_summary>Source Name</_summary>
+      <summary>Source Name</summary>
     </key>
     <key name="strategy" type="s">
       <default>'.'</default>
-      <_summary>Strategy</_summary>
+      <summary>Strategy</summary>
     </key>
     <key name="panel-position" type="i">
       <default>200</default>
-      <_summary>Panel Position</_summary>
+      <summary>Panel Position</summary>
     </key>
   </schema>
 </schemalist>
diff --git a/plugins/open-tran/Makefile.am b/plugins/open-tran/Makefile.am
index c9eeb7f..b620e27 100644
--- a/plugins/open-tran/Makefile.am
+++ b/plugins/open-tran/Makefile.am
@@ -53,21 +53,15 @@ plugin_in_files = gtr-open-tran.plugin.desktop.in
 plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
 
 gsettings_SCHEMAS = org.gnome.gtranslator.plugins.open-tran.gschema.xml
-
- INTLTOOL_XML_NOMERGE_RULE@
-
 @GSETTINGS_RULES@
 
 EXTRA_DIST =   \
        $(pixmaps__DATA)        \
        $(plugin_in_files)      \
        gtr-open-tran.gresource.xml     \
-       gtr-open-tran-dialog.ui \
-       org.gnome.gtranslator.plugins.open-tran.gschema.xml.in.in
-
-CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS) $(BUILT_SOURCES)
-DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS) $(BUILT_SOURCES)
+       gtr-open-tran-dialog.ui
 
-MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
+CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
+DISTCLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
 
 -include $(top_srcdir)/git.mk
diff --git a/plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in.in 
b/plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in
similarity index 51%
rename from plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in.in
rename to plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in
index d4dcbf8..e93e677 100644
--- a/plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in.in
+++ b/plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in
@@ -2,23 +2,23 @@
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.plugins.open-tran" 
path="/org/gnome/gtranslator/plugins/open-tran/">
     <key name="search-code" type="s">
       <default>'en'</default>
-      <_summary>Search Code</_summary>
-      <_description>The language code to search for</_description>
+      <summary>Search Code</summary>
+      <description>The language code to search for</description>
     </key>
     <key name="own-code" type="s">
       <default>'gl'</default>
-      <_summary>Own Code</_summary>
-      <_description>The language code in which you want the results</_description>
+      <summary>Own Code</summary>
+      <description>The language code in which you want the results</description>
     </key>
     <key name="use-mirror-server" type="b">
       <default>false</default>
-      <_summary>Use Mirror Server</_summary>
-      <_description>Use a local copy of the main Open-Tran server at open-tran.eu</_description>
+      <summary>Use Mirror Server</summary>
+      <description>Use a local copy of the main Open-Tran server at open-tran.eu</description>
     </key>
     <key name="mirror-server-url" type="s">
       <default>''</default>
-      <_summary>Mirror Server URL</_summary>
-      <_description>URL of an Open-Tran mirror server</_description>
+      <summary>Mirror Server URL</summary>
+      <description>URL of an Open-Tran mirror server</description>
     </key>
   </schema>
 </schemalist>
diff --git a/plugins/translation-memory/Makefile.am b/plugins/translation-memory/Makefile.am
index 58f28c0..86e5e4a 100644
--- a/plugins/translation-memory/Makefile.am
+++ b/plugins/translation-memory/Makefile.am
@@ -50,20 +50,14 @@ plugin_in_files = gtr-translation-memory.plugin.desktop.in
 plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
 
 gsettings_SCHEMAS = org.gnome.gtranslator.plugins.translation-memory.gschema.xml
-
- INTLTOOL_XML_NOMERGE_RULE@
-
 @GSETTINGS_RULES@
 
 EXTRA_DIST = \
        $(plugin_in_files) \
        gtr-translation-memory.gresource.xml \
-       org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in.in \
        gtr-translation-memory-dialog.ui
 
-CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(plugin_DATA) $(BUILT_SOURCES) $(gsettings_SCHEMAS)
-
-MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
+CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
+DISTCLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
 
 -include $(top_srcdir)/git.mk
diff --git a/plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in.in 
b/plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in
similarity index 69%
rename from plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in.in
rename to plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in
index 3c23277..8bfdae8 100644
--- a/plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in.in
+++ b/plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in
@@ -2,42 +2,42 @@
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.plugins.translation-memory" 
path="/org/gnome/gtranslator/plugins/translation-memory/">
     <key name="po-directory" type="s">
       <default>''</default>
-      <_summary>PO directory</_summary>
-      <_description>
+      <summary>PO directory</summary>
+      <description>
         Directory containing PO files to add to the translation memory.
-      </_description>
+      </description>
     </key>
     <key name="restrict-to-filename" type="b">
       <default>false</default>
-      <_summary>Restrict search by filename</_summary>
-      <_description>
+      <summary>Restrict search by filename</summary>
+      <description>
         If true, only include files with a specified filename when searching 
         the translation memory.
-      </_description>
+      </description>
     </key>
     <key name="filename-restriction" type="s">
       <default>''</default>
-      <_summary>Filename to restrict search to</_summary>
-      <_description>
+      <summary>Filename to restrict search to</summary>
+      <description>
         Filename to which searching of the translation memory should be 
         restricted.
-      </_description>
+      </description>
     </key>
     <key name="max-missing-words" type="i">
       <default>2</default>
-      <_summary>Maximum number of missing words</_summary>
-      <_description>
+      <summary>Maximum number of missing words</summary>
+      <description>
         Maximum number of words that can be missing from a message displayed as 
         a match by the translation memory.
-      </_description>
+      </description>
     </key>
     <key name="max-length-diff" type="i">
       <default>2</default>
-      <_summary>Maximum difference in message length</_summary>
-      <_description>
+      <summary>Maximum difference in message length</summary>
+      <description>
         Maximum difference in length between messages displayed as matches by 
         the translation memory.
-      </_description>
+      </description>
     </key>
   </schema>
 </schemalist>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 612a021..e7918ba 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,7 +3,7 @@
 [encoding: UTF-8]
 data/gtranslator.appdata.xml.in
 data/desktop/gtranslator.desktop.in.in
-data/org.gnome.gtranslator.gschema.xml.in.in
+data/org.gnome.gtranslator.gschema.xml.in
 data/po.lang
 plugins/alternate-language/gtr-alternate-language-panel.c
 plugins/alternate-language/gtr-alternate-language-plugin.c
@@ -15,11 +15,11 @@ plugins/codeview/gtr-codeview-plugin.c
 plugins/codeview/gtr-codeview.plugin.desktop.in
 plugins/codeview/gtr-viewer.c
 [type: gettext/glade]plugins/codeview/gtr-viewer.ui
-plugins/codeview/org.gnome.gtranslator.plugins.codeview.gschema.xml.in.in
+plugins/codeview/org.gnome.gtranslator.plugins.codeview.gschema.xml.in
 plugins/dictionary/gtr-dictionary-plugin.c
 plugins/dictionary/gtr-dict-panel.c
 plugins/dictionary/gtr-dict.plugin.desktop.in
-plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in.in
+plugins/dictionary/org.gnome.gtranslator.plugins.dictionary.gschema.xml.in
 plugins/fullscreen/gtr-fullscreen-plugin.c
 plugins/fullscreen/gtr-fullscreen.plugin.desktop.in
 plugins/insert-params/gtr-insert-params-plugin.c
@@ -28,14 +28,14 @@ plugins/insert-params/gtr-insert-params.plugin.desktop.in
 plugins/open-tran/gtr-open-tran-panel.c
 plugins/open-tran/gtr-open-tran-plugin.c
 plugins/open-tran/gtr-open-tran.plugin.desktop.in
-plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in.in
+plugins/open-tran/org.gnome.gtranslator.plugins.open-tran.gschema.xml.in
 plugins/translation-memory/gtr-translation-memory-dialog.c
 [type: gettext/glade]plugins/translation-memory/gtr-translation-memory-dialog.ui
 plugins/translation-memory/gtr-translation-memory.plugin.desktop.in
 plugins/translation-memory/gtr-translation-memory-tab-activatable.c
 plugins/translation-memory/gtr-translation-memory-ui.c
 plugins/translation-memory/gtr-translation-memory-window-activatable.c
-plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in.in
+plugins/translation-memory/org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in
 src/gtr-actions-app.c
 src/gtr-actions-file.c
 src/gtr-actions-search.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]