i18n: fix extraction of nautilus extension
There are only Python sources, so set the language of xgettext to Python.
This commit is contained in:
parent
56fb96961c
commit
ce771bbf6c
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
||||||
|
|
Loading…
Reference in a new issue