melawy-plasma-plasmoid-Menu.../AndromedaLauncher/translate
Valeria Fadeeva 67263eedc5 Update 2025-11-02 21:20:58 +05:00
..
ReadMe.md Update 2025-11-02 21:20:58 +05:00
build Update 2025-11-02 21:20:58 +05:00
de.po Update 2025-11-02 21:20:58 +05:00
fr.po Update 2025-11-02 21:20:58 +05:00
id.po Update 2025-11-02 21:20:58 +05:00
merge Update 2025-11-02 21:20:58 +05:00
nl.po Update 2025-11-02 21:20:58 +05:00
plasmoidlocaletest Update 2025-11-02 21:20:58 +05:00
ru.po Update 2025-11-02 21:20:58 +05:00
template.pot Update 2025-11-02 21:20:58 +05:00

ReadMe.md

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

Install Translations

Run sh ./build --restartplasma.

New Translations

  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 65
de 30/65 46%
fr 30/65 46%
id 30/65 46%
nl 30/65 46%
ru 63/65 96%