2012-03-14 05:40:56 +00:00
|
|
|
#!/bin/sh
|
2013-05-05 19:40:56 +00:00
|
|
|
# $Id$
|
|
|
|
|
|
|
|
# Make translation files
|
|
|
|
|
|
|
|
# additional keywords must always be kept in sync with those in update_po.py
|
2013-05-07 18:59:15 +00:00
|
|
|
XGETTEXT_ARGS='--keyword=_T_ --keyword=trans_text' \
|
2013-05-05 19:40:56 +00:00
|
|
|
intltool-update -g gramps -o gramps.pot -p
|