[dconf] Translate dconf-editor.desktop.in.in, not .in



commit f0252b45535158c2274b38820905b660ba592973
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Aug 7 10:03:41 2012 -0400

    Translate dconf-editor.desktop.in.in, not .in
    
    dconf-editor.desktop.in is a generated file (by ./configure) so it ends
    up in the builddir.  intltool seems to prefer to find things in the
    srcdir.  Even though the .in file is the source for translation, the
    .in.in will have the same strings, so we can use it safely for
    generating the .po file.

 po/POTFILES.in   |    2 +-
 po/POTFILES.skip |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 97575e3..3e101a0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,4 @@
-editor/dconf-editor.desktop.in
+editor/dconf-editor.desktop.in.in
 editor/dconf-editor.vala
 editor/dconf-model.vala
 editor/dconf-schema.vala
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 19d8dce..03ac30c 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,3 +1,4 @@
 editor/dconf-editor.c
 editor/dconf-editor.desktop.in.in
 editor/dconf-view.c
+editor/dconf-editor.desktop.in



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