ce771bbf6c
There are only Python sources, so set the language of xgettext to Python.
3 lines
107 B
Bash
3 lines
107 B
Bash
#!/usr/bin/env bash
|
|
|
|
$XGETTEXT -L Python `find . -name '*.py'` -o $podir/kdeconnect-nautilus-extension.pot
|