[shotwell/wip/autotools] i18n: Mark GSettings schema for translation



commit 8b4f24eb3a9f7f1eac7083c9fb28a6e568217c2b
Author: Jens Georg <mail jensge org>
Date:   Fri Jul 1 19:38:40 2016 +0200

    i18n: Mark GSettings schema for translation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741508
    
    Signed-off-by: Jens Georg <mail jensge org>

 misc/org.yorba.shotwell-extras.gschema.xml |    2 +-
 misc/org.yorba.shotwell.gschema.xml        |    2 +-
 po/POTFILES.in                             |    2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/misc/org.yorba.shotwell-extras.gschema.xml b/misc/org.yorba.shotwell-extras.gschema.xml
index 3506f12..e31f67a 100644
--- a/misc/org.yorba.shotwell-extras.gschema.xml
+++ b/misc/org.yorba.shotwell-extras.gschema.xml
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="shotwell">
 
 <schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-yandex-fotki" 
path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-yandex-fotki/">
     <key name="auth-token" type="s">
diff --git a/misc/org.yorba.shotwell.gschema.xml b/misc/org.yorba.shotwell.gschema.xml
index 1f6a093..fb3b733 100644
--- a/misc/org.yorba.shotwell.gschema.xml
+++ b/misc/org.yorba.shotwell.gschema.xml
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="shotwell">
 
 <schema id="org.yorba.shotwell" path="/org/yorba/shotwell/">
     <child name="preferences" schema="org.yorba.shotwell.preferences" />
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6d84f03..48c0f90 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,6 @@
 misc/shotwell.appdata.xml.in
+misc/org.yorba.shotwell-extras.gschema.xml
+misc/org.yorba.shotwell.gschema.xml
 plugins/common/RESTSupport.vala
 plugins/common/Resources.vala
 plugins/shotwell-data-imports/FSpotDatabase.vala


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