8 lines
212 B
Bash
Executable File
8 lines
212 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Make translation files
|
|
|
|
# additional keywords must always be kept in sync with those in update_po.py
|
|
XGETTEXT_ARGS='--keyword=_T_ --keyword=trans_text' \
|
|
intltool-update -g gramps -o gramps.pot -p
|