#!/bin/sh
#
# Get language file
# Copyright 2005-2006 Florian Daeumling <jam@qv90.de>, Jaballa Software
# Licensed under the GNU GPL. For full terms see the file COPYING.
#

# search for text
xgettext --keyword=_ -keyword=N_ --default-domain=expire \
    *.php --output=expire.pot

