2012-03-14 11:10:56 +05:30
|
|
|
#!/bin/sh
|
2013-05-06 01:11:13 +05:30
|
|
|
# $Id$
|
|
|
|
|
|
|
|
# Make translation files
|
|
|
|
|
|
|
|
# additional keywords must always be kept in sync with those in update_po.py
|
2013-05-08 00:29:43 +05:30
|
|
|
XGETTEXT_ARGS='--keyword=_T_ --keyword=trans_text' \
|
2013-05-06 01:11:13 +05:30
|
|
|
intltool-update -g gramps -o gramps.pot -p
|