melawy-plasma-plasmoid-Menu11/com.github.adhec.Menu11/translate
Valeria Fadeeva 35982bd4ba Init 2023-04-17 20:55:38 +05:00
..
README.md Init 2023-04-17 20:55:38 +05:00
build Init 2023-04-17 20:55:38 +05:00
de.po Init 2023-04-17 20:55:38 +05:00
es_ES.po Init 2023-04-17 20:55:38 +05:00
fr.po Init 2023-04-17 20:55:38 +05:00
he.po Init 2023-04-17 20:55:38 +05:00
hi_IN.po Init 2023-04-17 20:55:38 +05:00
it.po Init 2023-04-17 20:55:38 +05:00
ko.po Init 2023-04-17 20:55:38 +05:00
nl.po Init 2023-04-17 20:55:38 +05:00
pl.po Init 2023-04-17 20:55:38 +05:00
pt_BR.po Init 2023-04-17 20:55:38 +05:00
ru.po Init 2023-04-17 20:55:38 +05:00
template.pot Init 2023-04-17 20:55:38 +05:00
tr.po Init 2023-04-17 20:55:38 +05:00

README.md

Version 7 of Zren's i18n scripts.

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/menu11/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 51 100
Dutch 48 94
Hebrew 51 100
Italian 48 94
Turkish 51 100