4 lines
78 B
Bash
4 lines
78 B
Bash
|
#!/bin/sh
|
||
|
# Make translation files
|
||
|
intltool-update -g gramps -o gramps.pot -p
|