melawy-plasma-plasmoid-Menu11/com.github.adhec.Menu11/translate/ReadMe.md

51 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2024-01-03 17:39:04 +05:00
> Version 7 of Zren's i18n scripts. [link](https://github.com/Zren/plasma-applet-tiledmenu)
2023-04-17 20:55:38 +05:00
With KDE Frameworks v5.37 and above, translations are bundled with the `*.plasmoid` file downloaded from the store.
## Install Translations
2024-01-03 17:39:04 +05:00
Go to `~/.local/share/plasma/plasmoids/com.github.adhec.Menu11/translate/` and run `sh ./build --restartplasma`.
2023-04-17 20:55:38 +05:00
## New Translations
2024-01-03 17:39:04 +05:00
1. Fill out [`template.pot`](template.pot) with your translations then open a [new issue](https://github.com/prateekmedia/Menu11/issues/new), name the file `spanish.txt`, attach the txt file to the issue (drag and drop).
2023-04-17 20:55:38 +05:00
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`).
## 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|
|----------|---------|-------|
2024-01-03 19:37:20 +05:00
| Template | 56 | |
| de | 48/56 | 85% |
| es_ES | 46/56 | 82% |
| fr | 48/56 | 85% |
| he | 48/56 | 85% |
| hi_IN | 48/56 | 85% |
| it | 45/56 | 80% |
| ko | 40/56 | 71% |
| nl | 45/56 | 80% |
| pl | 48/56 | 85% |
| pt_BR | 48/56 | 85% |
| ru | 56/56 | 100% |
| tr | 48/56 | 85% |