[gthumb] use the ini gettext type for the .extension files



commit f42e8acde39f221e434963da3b5d080a422796d0
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jan 17 22:19:49 2010 +0100

    use the ini gettext type for the .extension files

 po/update-potfiles.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/po/update-potfiles.sh b/po/update-potfiles.sh
index e3ffc5d..fc900aa 100644
--- a/po/update-potfiles.sh
+++ b/po/update-potfiles.sh
@@ -8,6 +8,7 @@ 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]