b2b693ae19
svn: r22183
9 lines
240 B
Bash
Executable File
9 lines
240 B
Bash
Executable File
#!/bin/sh
|
|
# $Id$
|
|
|
|
# Make translation files
|
|
|
|
# additional keywords must always be kept in sync with those in update_po.py
|
|
XGETTEXT_ARGS='--keyword=_T_ --keyword=trans_text_ --keyword=_ngettext' \
|
|
intltool-update -g gramps -o gramps.pot -p
|