[file-roller] added .gschema.xml.in files to the list of translatable files



commit 063ed9fabdd06cb349dc998b77d5fe92caf3bb0a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Nov 2 12:57:19 2010 +0100

    added .gschema.xml.in files to the list of translatable files

 po/update-potfiles.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/update-potfiles.sh b/po/update-potfiles.sh
index e3ffc5d..e6e89e3 100644
--- a/po/update-potfiles.sh
+++ b/po/update-potfiles.sh
@@ -3,7 +3,7 @@
 echo "# DO NOT EDIT.  This file is automatically generated."
 echo "# List of source files which contain translatable strings."
 echo "[encoding: UTF-8]"
-files=`find .. \( -name '*.c' -o -name '*.h' -o -name '*.cpp' -o -name '*.ui' -o -name '*.schemas.in' -o -name '*.desktop.in.in' -o -name '*.extension.in.in' \) -printf "%P\n" | sort`
+files=`find .. \( -name '*.c' -o -name '*.h' -o -name '*.cpp' -o -name '*.ui' -o -name '*.schemas.in' -o -name "*.gschema.xml.in" -o -name '*.desktop.in.in' -o -name '*.extension.in.in' \) -printf "%P\n" | sort`
 for f in $files; do
 	case $f in
         build/*) ;;



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