[gthumb] added .gschema.xml.in to the translatable files



commit 31847509d904eb39e727e09d6e0de787d6ddaa53
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 13 15:21:40 2011 +0100

    added .gschema.xml.in to the translatable files

 po/update-potfiles.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/po/update-potfiles.sh b/po/update-potfiles.sh
index fc900aa..e6e89e3 100644
--- a/po/update-potfiles.sh
+++ b/po/update-potfiles.sh
@@ -3,12 +3,11 @@
 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/*) ;;
 	*.ui) echo "[type: gettext/glade]$f" ;;
-	*.extension.in.in) echo "[type: gettext/ini]$f" ;;
 	*) echo $f
 	esac
 done



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