melawy-plasma-plasmoid-Menu.../com.github.adhec.MenuDitto/translate
Valeria Fadeeva 395fc82614 Update 2024-10-07 22:45:20 +05:00
..
ReadMe.md Update 2024-10-07 22:45:20 +05:00
build Update 2024-10-07 22:45:20 +05:00
fr.po Update 2024-10-07 22:45:20 +05:00
ko.po Update 2024-10-07 22:45:20 +05:00
merge Update 2024-10-07 22:45:20 +05:00
nl.po Update 2024-10-07 22:45:20 +05:00
pl.po Update 2024-10-07 22:45:20 +05:00
plasmoidlocaletest Update 2024-10-07 22:45:20 +05:00
pt_BR.po Update 2024-10-07 22:45:20 +05:00
ru.po Update 2024-10-07 22:45:20 +05:00
template.pot Update 2024-10-07 22:45:20 +05:00
tr.po Update 2024-10-07 22:45:20 +05:00

ReadMe.md

Version 7 of Zren's i18n scripts. link

With KDE Frameworks v5.37 and above, translations are bundled with the *.plasmoid file downloaded from the store.

Install Translations

Go to ~/.local/share/plasma/plasmoids/com.github.adhec.MenuDitto/translate/ and run sh ./build --restartplasma.

New Translations

  1. Fill out template.pot with your translations then open a new issue, name the file spanish.txt, attach the txt file to the issue (drag and drop).

Or if you know how to make a pull request

  1. Copy the template.pot file and name it your locale's code (Eg: en/de/fr) with the extension .po. Then fill out all the msgstr "".

Scripts

  • sh ./merge will parse the i18n() calls in the *.qml files and write it to the template.pot file. Then it will merge any changes into the *.po language files.
  • sh ./build will convert the *.po files to it's binary *.mo version and move it to contents/locale/... which will bundle the translations in the *.plasmoid without needing the user to manually install them.
  • sh ./plasmoidlocaletest will run ./build then plasmoidviewer (part of plasma-sdk).

Examples

Status

Locale Lines % Done
Template 35
fr 23/35 65%
ko 20/35 57%
nl 14/35 40%
pl 17/35 48%
pt_BR 23/35 65%
ru 35/35 100%
tr 17/35 48%