plasma-applet-commandoutput icon indicating copy to clipboard operation
plasma-applet-commandoutput copied to clipboard

Translation Updates

Open Zren opened this issue 6 years ago • 5 comments

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

Zren avatar Feb 10 '19 00:02 Zren

https://github.com/Zren/plasma-applet-commandoutput/commit/c0ef27108fe2e6d0515549279a217964a8d3b3b0

Added Keys: "Colors" "Outline:" "Text:"

Filled out nl_NL.po with simpleweather+eventcalendar translations.

Zren avatar Nov 15 '19 00:11 Zren

https://github.com/Zren/plasma-applet-commandoutput/commit/86b2a95858b73a9a602cc8a99918d2e07c461ba2

Added Keys: "Fixed Width:" "Replace all newlines with spaces"

Zren avatar Nov 15 '19 01:11 Zren

https://github.com/Zren/plasma-applet-commandoutput/commit/cbda2b2cc880a4c350c4c0c1af42850a9c9d77eb

Added Keys: "Fixed Height:"

Zren avatar Apr 29 '20 21:04 Zren

https://github.com/Zren/plasma-applet-commandoutput/commit/0c09e17c66d763bc2ebd15459dcbedddbc0aaec0

Added Keys: "Command Output" "Run a command periodically and render it's output."

Zren avatar Oct 05 '20 23:10 Zren

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 into template.pot, then merge the changes into the lang.po files like the old package/translate/merge script. It will also convert the .po files to .mo files too like the old package/translate/build script.
  • ./kpac localtest fr is the replacement for package/translate/plasmoidlocaletest.

Unfortunately my new script doesn't parse from or merge changes into metadata.json yet.

Zren avatar Mar 11 '24 23:03 Zren