|
|
||
|---|---|---|
| .. | ||
| ReadMe.md | ||
| build | ||
| es.po | ||
| merge | ||
| nl.po | ||
| plasmoidlocaletest | ||
| pt_BR.po | ||
| template.pot | ||
ReadMe.md
Version 6 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/org.kde.plasma.win7showdesktop/translate/ and run sh ./build --restartplasma.
New Translations
- Fill out
template.potwith your translations then open a new issue, name the filespanish.txt, attach the txt file to the issue (drag and drop).
Or if you know how to make a pull request
- Copy the
template.potfile and name it your locale's code (Eg:en/de/fr) with the extension.po. Then fill out all themsgstr "".
Scripts
sh ./mergewill parse thei18n()calls in the*.qmlfiles and write it to thetemplate.potfile. Then it will merge any changes into the*.polanguage files.sh ./buildwill convert the*.pofiles to it's binary*.moversion and move it tocontents/locale/...which will bundle the translations in the*.plasmoidwithout needing the user to manually install them.sh ./plasmoidlocaletestwill run./buildthenplasmoidviewer(part ofplasma-sdk).
Links
Examples
- https://websvn.kde.org/trunk/l10n-kf5/fr/messages/kde-workspace/
- https://github.com/psifidotos/nowdock-plasmoid/tree/master/po
- https://github.com/kotelnik/plasma-applet-redshift-control/tree/master/translations
Status
| Locale | Lines | % Done |
|---|---|---|
| Template | 23 | |
| es | 23/23 | 100% |
| nl | 23/23 | 100% |
| pt_BR | 17/23 | 73% |