43a24ac12e
KDED is translated again Rename the core's pot to kdeconnect-core.pot and make sure the library loads the catalog when it's linked to. Provide a separate translations file for all the plugins, together. REVIEW: 118774
4 lines
146 B
Bash
4 lines
146 B
Bash
#!/usr/bin/env bash
|
|
|
|
$EXTRACTRC `find . -name '*.ui' -o -name '*.rc'` >> rc.cpp
|
|
$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-plugins.pot
|