#!/bin/bash
#########################################################
# 							#
# This is BashStyle-NG 7.3				#
#							#
# Licensed under GNU LESSER GENERAL PUBLIC LICENSE v3	#
#							#
# Copyright 2007 - 2008 Christopher Bratusek		#
#							#
#########################################################

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

# Extract Translation String and Create pot file
xgettext --language=Python --keyword=_ --keyword=N_ --output=gettext-catalogs/bs-ng.pot python-gtk/bashstyle.in glade-xml/bashstyle7.glade.h
