Skip to content

Commit 85366f0

Browse files
committed
docs - qtplasmac: fix locale creation
1 parent 1f9750b commit 85366f0

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/src/plasma/qtplasmac.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4040,9 +4040,9 @@ It will be referred to as `_xx` in this document, so `qtplasmac_xx.ts` in this d
40404040

40414041
The default locale for QtPlasmaC is `_en` which means that any translation files created as `qtplasmac_en.*` will not be used for translations.
40424042

4043-
If any of the required utilities (pyuic5, pylupdate5, linguist) are not installed then the user will need to install pyqt5-dev-tools:
4043+
If any of the required utilities (pyuic5, pylupdate5, linguist) are not installed then the user will need to install the required development tools:
40444044
----
4045-
sudo apt install pyqt5-dev-tools
4045+
sudo apt install qttools5-dev-tools pyqt5-dev-tools
40464046
----
40474047

40484048
Change to the languages directory:
@@ -4061,7 +4061,7 @@ If modifying an existing translation that has had no source file changes then th
40614061

40624062
Create or edit a .ts file:
40634063
----
4064-
langfile xx
4064+
./langfile xx
40654065
----
40664066

40674067
[NOTE]
@@ -4093,6 +4093,10 @@ $ ln -s qtplasmac_en.qm ../../qtplasmac_9x16/languages/
40934093

40944094
QtPlasmaC will be translated to the language of the current locale on the next start so long as a .qm file exists in that language.
40954095

4096+
Users are welcome to submit translation files for inclusion into QtPlasmac.
4097+
The preferred method is to submit a pull request from the users GitHub account as described in the https://www.linuxcnc.org/docs/html/code/contributing-to-linuxcnc.html[contributing to LinuxCNC] documentation.
4098+
The only files required to be committed are qtplasmac_xx.ts and qtplasmac_xx.qm.
4099+
40964100
== Appendix
40974101

40984102
=== Example Configurations

0 commit comments

Comments
 (0)