melawy-plasma-plasmoid-Onze.../com.github.adhec.OnzeMenuKDE/translate
Valeria Fadeeva 6f29c89d7e Init 2023-04-17 20:56:22 +05:00
..
ReadMe.md Init 2023-04-17 20:56:22 +05:00
de.po Init 2023-04-17 20:56:22 +05:00
fr.po Init 2023-04-17 20:56:22 +05:00
ko.po Init 2023-04-17 20:56:22 +05:00
merge.sh Init 2023-04-17 20:56:22 +05:00
nl.po Init 2023-04-17 20:56:22 +05:00
plasmoidlocaletest.sh Init 2023-04-17 20:56:22 +05:00
pt-br.po Init 2023-04-17 20:56:22 +05:00
ru.po Init 2023-04-17 20:56:22 +05:00
template.pot Init 2023-04-17 20:56:22 +05:00
tr.po Init 2023-04-17 20:56:22 +05:00
zh_CN.po Init 2023-04-17 20:56:22 +05:00

ReadMe.md

Zren based translation template, i18n scripts. link

Install Translations

Go to ~/.local/share/plasma/plasmoids/OnzeMenu/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 33
de 32/33 96%
fr 32/33 96%
ko 32/33 96%
nl 32/33 96%
pt-br 32/33 96%
ru 32/33 96%
tr 28/33 84%
zh_CN 30/33 90%