i18n: fix extraction of nautilus extension

There are only Python sources, so set the language of xgettext to
Python.
This commit is contained in:
Pino Toscano 2019-07-05 09:53:22 +02:00
parent e8459aeca8
commit 9f82fdc7fd

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
$XGETTEXT `find . -name '*.py'` -o $podir/kdeconnect-nautilus-extension.pot
$XGETTEXT -L Python `find . -name '*.py'` -o $podir/kdeconnect-nautilus-extension.pot