These scripts are meant for translating Plasmoids, updated for use with KDE Plasma 6.
gettextfor commands likemsgfmt,xgettextandmsgmergejqfor parsingmetadata.jsonfiles found in Plasmoids
- Make a
translatedirectory in your Plasmoid root directory (in the same directory where itsmetadata.jsonis located) - Place these scripts inside the
translatedirectory - Run the following:
$ chmod +x merge && ./merge - After creating and editing your translation
.pofiles, build and install them usingbuild:
$ chmod +x build && ./buildOptionally, restart plasmashell with the --restartplasma argument.