lxqt / lxqt-panel

The LXQt desktop panel
https://lxqt-project.org
GNU Lesser General Public License v2.1
193 stars 135 forks source link

Capitalize remaining plugin titles #2139

Closed isf63 closed 1 month ago

isf63 commented 1 month ago

These were the only plugins whose titles were not capitalized in English.

"CPU monitor" "Color picker" "Desktop switcher"

stefonarch commented 1 month ago

Actually I don't remember what happens in weblate capitalizing the sources in .yaml, I think it marks them only as "needs editing" without removing the translations, I 've to test it as there is no way to circumvent this as with the *.ts files.

isf63 commented 1 month ago

There are more non-YAML lowercase titles in the plugins' "Configure \<plugin>" windows. These capitalizations are not even bugs, just a minor cleanup.

stefonarch commented 1 month ago

For future memory: translations get marked as "needs editing" → install addon "Bulk edit" → search for "needs editing" → mark >"translated" → save.

Thanks!