Plasma vault exports its qml translations to plasmavault-kde.pot but plasma expects it to be plasma_applet_org.kde.plasma.vault.pot
So all it needs is this to fix it? diff --git a/Messages.sh b/Messages.sh index db8982f..8f4817c 100644 --- a/Messages.sh +++ b/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp -$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasmavault-kde +$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_o rm -f rc.cpp
(In reply to Leszek Lesner from comment #1) > So all it needs is this to fix it? > Ignore the code as the formatting is broken. Here is a full diff: https://dpaste.de/of7i
Created this now: https://phabricator.kde.org/D11482
Plasma vault is translated using neon devedition gitunstable wth a locale /= en_US. From my pov this report is invalid, see my comment on https://phabricator.kde.org/D11482