[dconf-editor] Change gettext domain.



commit 25ac3d1288e7d2f1aa9023afa1e2aaa6d32fc692
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Nov 29 17:27:55 2017 +0100

    Change gettext domain.

 editor/bookmark.ui                          |    2 +-
 editor/bookmarks.ui                         |    2 +-
 editor/browser-view.ui                      |    2 +-
 editor/ca.desrt.dconf-editor.appdata.xml.in |    2 +-
 editor/ca.desrt.dconf-editor.gschema.xml    |    2 +-
 editor/dconf-editor-menu.ui                 |    2 +-
 editor/dconf-editor.ui                      |    2 +-
 editor/help-overlay.ui                      |    2 +-
 editor/modifications-revealer.ui            |    2 +-
 editor/registry-info.ui                     |    2 +-
 editor/registry-search.ui                   |    2 +-
 editor/registry-view.ui                     |    2 +-
 meson.build                                 |    2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/editor/bookmark.ui b/editor/bookmark.ui
index 600dde9..ca25894 100644
--- a/editor/bookmark.ui
+++ b/editor/bookmark.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="dconf-editor">
   <!-- interface-requires gtk+ 3.0 -->
   <template class="Bookmark" parent="GtkGrid">
     <property name="orientation">horizontal</property>
diff --git a/editor/bookmarks.ui b/editor/bookmarks.ui
index f75153c..0c0beeb 100644
--- a/editor/bookmarks.ui
+++ b/editor/bookmarks.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="dconf-editor">
   <!-- interface-requires gtk+ 3.0 -->
   <object class="GtkPopover" id="bookmarks_popover">
     <property name="width-request">350</property>
diff --git a/editor/browser-view.ui b/editor/browser-view.ui
index 8199245..b8a45d8 100644
--- a/editor/browser-view.ui
+++ b/editor/browser-view.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="dconf-editor">
   <!-- interface-requires gtk+ 3.0 -->
   <template class="BrowserView" parent="GtkGrid">
     <property name="orientation">vertical</property>
diff --git a/editor/ca.desrt.dconf-editor.appdata.xml.in b/editor/ca.desrt.dconf-editor.appdata.xml.in
index a2e3ba6..efd6c42 100644
--- a/editor/ca.desrt.dconf-editor.appdata.xml.in
+++ b/editor/ca.desrt.dconf-editor.appdata.xml.in
@@ -49,6 +49,6 @@
   <provides>
     <binary>dconf-editor</binary>
   </provides>
-  <translation type="gettext">dconf</translation>
+  <translation type="gettext">dconf-editor</translation>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
 </component>
diff --git a/editor/ca.desrt.dconf-editor.gschema.xml b/editor/ca.desrt.dconf-editor.gschema.xml
index 1088f1e..4d59d8e 100644
--- a/editor/ca.desrt.dconf-editor.gschema.xml
+++ b/editor/ca.desrt.dconf-editor.gschema.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<schemalist gettext-domain='dconf'>
+<schemalist gettext-domain='dconf-editor'>
   <!-- enum id="ca.desrt.dconf-editor.Themes">
     <value value="0" nick="three-twenty-two"/>
     <value value="1" nick="non-symbolic-keys-list"/>
diff --git a/editor/dconf-editor-menu.ui b/editor/dconf-editor-menu.ui
index 2f20497..8b10185 100644
--- a/editor/dconf-editor-menu.ui
+++ b/editor/dconf-editor-menu.ui
@@ -1,4 +1,4 @@
-<interface>
+<interface domain="dconf-editor">
   <requires lib="gtk+" version="3.12"/>
   <menu id="app-menu">
     <section>
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index 0f6f982..9814245 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="dconf-editor">
   <!-- interface-requires gtk+ 3.0 -->
   <template class="DConfWindow" parent="GtkApplicationWindow">
     <property name="visible">False</property>
diff --git a/editor/help-overlay.ui b/editor/help-overlay.ui
index 6f70f35..5356da4 100644
--- a/editor/help-overlay.ui
+++ b/editor/help-overlay.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="dconf-editor">
   <object class="GtkShortcutsWindow" id="help_overlay">
     <child>
       <object class="GtkShortcutsSection">
diff --git a/editor/modifications-revealer.ui b/editor/modifications-revealer.ui
index 7d50572..af9e637 100644
--- a/editor/modifications-revealer.ui
+++ b/editor/modifications-revealer.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="dconf-editor">
   <!-- interface-requires gtk+ 3.0 -->
   <template class="ModificationsRevealer" parent="GtkRevealer">
     <property name="reveal-child">False</property>
diff --git a/editor/registry-info.ui b/editor/registry-info.ui
index 4dc8c0b..89dc8b5 100644
--- a/editor/registry-info.ui
+++ b/editor/registry-info.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface domain="dconf">
+<interface domain="dconf-editor">
   <!-- interface-requires gtk+ 3.0 -->
   <template class="RegistryInfo" parent="GtkGrid">
     <property name="orientation">vertical</property>
diff --git a/editor/registry-search.ui b/editor/registry-search.ui
index 247e7e0..1a5ba84 100644
--- a/editor/registry-search.ui
+++ b/editor/registry-search.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="dconf-editor">
   <!-- interface-requires gtk+ 3.0 -->
   <template class="RegistrySearch" parent="GtkGrid">
     <property name="orientation">vertical</property>
diff --git a/editor/registry-view.ui b/editor/registry-view.ui
index ee9aba9..f806c64 100644
--- a/editor/registry-view.ui
+++ b/editor/registry-view.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="dconf-editor">
   <!-- interface-requires gtk+ 3.0 -->
   <template class="RegistryView" parent="GtkGrid">
     <property name="orientation">vertical</property>
diff --git a/meson.build b/meson.build
index 04a140e..081a2fc 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,7 @@ dconf_editor_mandir = join_paths(dconf_editor_prefix, get_option('mandir'))
 
 dconf_editor_pkgdatadir = join_paths(dconf_editor_datadir, dconf_editor_name)
 
-dconf_editor_gettext = 'dconf'
+dconf_editor_gettext = 'dconf-editor'
 dconf_editor_namespace = 'ca.desrt.dconf-editor'
 
 cc = meson.get_compiler('c')


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