4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
# Make translation files
|
|
xgettext -L python -o po/terminator.pot terminator terminatorlib/*.py
|