plasma-applet-commandoutput
plasma-applet-commandoutput copied to clipboard
Translation Updates
Subscribe to this issues to receive updates of new phrases to translate.
https://github.com/Zren/plasma-applet-commandoutput/commits/master/package/translate/template.pot
https://github.com/Zren/plasma-applet-commandoutput/commit/c0ef27108fe2e6d0515549279a217964a8d3b3b0
Added Keys: "Colors" "Outline:" "Text:"
Filled out nl_NL.po with simpleweather+eventcalendar translations.
https://github.com/Zren/plasma-applet-commandoutput/commit/86b2a95858b73a9a602cc8a99918d2e07c461ba2
Added Keys: "Fixed Width:" "Replace all newlines with spaces"
https://github.com/Zren/plasma-applet-commandoutput/commit/cbda2b2cc880a4c350c4c0c1af42850a9c9d77eb
Added Keys: "Fixed Height:"
https://github.com/Zren/plasma-applet-commandoutput/commit/0c09e17c66d763bc2ebd15459dcbedddbc0aaec0
Added Keys: "Command Output" "Run a command periodically and render it's output."
https://github.com/Zren/plasma-applet-commandoutput/commit/935ba33432fe1469d0dffb54ac93ee4fb30c01ac and https://github.com/Zren/plasma-applet-commandoutput/commit/ae0af4f6ea3313e7e56b70a81c1ab4ea63f8579a came with moving the config to Kirigami.FormLayout / QQC2 / Plasma6. "Desktop Widget: Show background"
split into 2 messages but I was able to manually populate those, as well as fix " ms"
=> "ms"
.
Added Keys:
"Click"
"Desktop Widget:"
"Enabled"
"Hover Command:"
"Misc"
"Run Command:"
"Show background"
"Tooltip"
"ms"
Removed Keys:
" ms"
"Command Output"
"Command:"
"Desktop Widget: Show background"
"Mouse Click"
"Run a command periodically and render its output."
"Run"
"Tooltip Command"
"pt"
"<b>Version:</b> %1"
I've also moved the i18n scripts to a single python3
command in my new python3 ./kpac
script.
-
./kpac i18n
will extract messages from the code intotemplate.pot
, then merge the changes into thelang.po
files like the oldpackage/translate/merge
script. It will also convert the.po
files to.mo
files too like the oldpackage/translate/build
script. -
./kpac localtest fr
is the replacement forpackage/translate/plasmoidlocaletest
.
Unfortunately my new script doesn't parse from or merge changes into metadata.json
yet.