<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> It is sad, however, to see some regressions in translations. I cannot test by <br>
> myself but there are reports that some parts of the new KWin Rules KCM are <br>
> untranslatable:<br>
> <br>
> <a href="https://phabricator.kde.org/D29413" rel="noreferrer" target="_blank">https://phabricator.kde.org/D29413</a><br>
> <br>
> Can somebody test if it's true?<br></blockquote><div><br></div><div>Reading the code I can't immediately see any reason why it would be true.</div><div></div><div></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> <br>
> The new ksysguard translations are broken. Extraction scripts do not work.<br>
> <br>
> $XGETTEXT *.cpp -o ksysguard_plugins_global.pot<br>
>  $XGETTEXT *.cpp -o ksysguard_plugins_process.pot<br>
> <br>
> should be replaced with<br>
> <br>
> $XGETTEXT `find -name \*.cpp` -o $podir/ksysguard_plugins_global.pot<br>
> $XGETTEXT `find -name \*.cpp` -o $podir/ksysguard_plugins_process.pot<br>
> <br></blockquote><div>Indeed. That's on me. Sorry.</div><div><br></div><div>Will push when git KDE works again.</div><div>Thanks<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> The root localization of libksysguard is broken as well.<br>
> <br>
> Messages.sh extracts to KSysGuardSensorFaces.pot, QML code contains something <br>
> like i18nd("KSysGuardSensorFaces", "Remove") but CMakeLists.txt points to <br>
> add_definitions(-DTRANSLATION_DOMAIN=\"ksysguard_faces\")<br>
> <br></blockquote><br></div><div class="gmail_quote">Shouldn't be a huuge issue, only the c++ code uses the add_definitions and that's for anything UI user facing.</div><div class="gmail_quote">Will fix anyway.<br></div><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> What should be used for this to work as expected?<br>
> <br>
> (Spotted by Victor Ryzhykh)<br>
> <br>
> Thanks in advance for your answers.<br>
<br>
Plasma people, please test translations using the x-test locale before any change.<br></blockquote></div><div class="gmail_quote"><br></div><div class="gmail_quote">Can someone link to some docs on how to do that?</div><div class="gmail_quote"></div><div class="gmail_quote">I can find are some docs for how to actually run Messages.sh and confirm there's some files and some docs on how to run with x-test after translations are downloaded. <br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Regards<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">David<br></div></div>