#!/bin/bash
#########################################################
# 							#
# This is SplashyCreator 2.2				#
#							#
# Licensed under GNU GENERAL PUBLIC LICENSE v3    	#
#							#
# Copyright 2007 - 2009 Christopher Bratusek		#
#							#
#########################################################

# Generate Glade Translation Header
intltool-extract --type=gettext/glade glade-xml/splashy-creator2.glade

# Extract Translation String and Create pot file
xgettext --language=Python --keyword=_ --keyword=N_ --output=gettext-catalogs/splashy-creator.pot python-gtk/splashy-creator.in glade-xml/splashy-creator2.glade.h
