|
|
||
|---|---|---|
| .. | ||
| ReadMe.md | ||
| build | ||
| de.po | ||
| fr.po | ||
| id.po | ||
| merge | ||
| nl.po | ||
| plasmoidlocaletest | ||
| ru.po | ||
| template.pot | ||
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
- 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
- https://zren.github.io/kde/docs/widget/#translations-i18n
- https://techbase.kde.org/Development/Tutorials/Localization/i18n_Build_Systems
- https://api.kde.org/frameworks/ki18n/html/prg_guide.html
Examples
- https://l10n.kde.org/stats/gui/trunk-kf5/team/fr/plasma-desktop/
- 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 | 65 | |
| de | 30/65 | 46% |
| fr | 30/65 | 46% |
| id | 30/65 | 46% |
| nl | 30/65 | 46% |
| ru | 63/65 | 96% |