4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/sh
|
||
|
# Make translation files
|
||
|
xgettext -L python -o po/terminator.pot terminator
|