Translation files for QtPlasmaC
20 Feb 2024 08:16 #293828
by Franklin
Replied by Franklin on topic Translation files for QtPlasmaC
Yes indeed the .qm file was missing, now it works. Thanks Phill for the help.
Later I will try to do this in the package installation.
Later I will try to do this in the package installation.
The following user(s) said Thank You: phillc54
Please Log in or Create an account to join the conversation.
20 Feb 2024 08:23 #293829
by phillc54
Replied by phillc54 on topic Translation files for QtPlasmaC
Great, glad it is working.
When you finish the translations you may want to consider creating a pull request so we can add them to master branch.
When you finish the translations you may want to consider creating a pull request so we can add them to master branch.
Please Log in or Create an account to join the conversation.
23 Nov 2024 19:22 #315130
by gekonko
Replied by gekonko on topic Translation files for QtPlasmaC
Hello,
I would like to create translation files for Slovak, but I have been unsuccessfull so far.
This is my progress so far:
- I have Installed linuxcnc from image
- deinstalled the linuxcnc and installed as run in place
- I have configuration running with mesa 7i96s
- i was able to generate QM and TS files, and create links to compiled .qm files
- i have tryied to copy qm files directly to /qtplasmac_4x3/languages/ /qtplasmac_9x16/languages/
- my version is QtPlasmaC v2.10-008.054
I have only edited the file in LINGUIST, do I need to do this step from howto?
Is there any obvious problem with my workflow?
thank you for help.
I would like to create translation files for Slovak, but I have been unsuccessfull so far.
This is my progress so far:
- I have Installed linuxcnc from image
- deinstalled the linuxcnc and installed as run in place
- I have configuration running with mesa 7i96s
- i was able to generate QM and TS files, and create links to compiled .qm files
- i have tryied to copy qm files directly to /qtplasmac_4x3/languages/ /qtplasmac_9x16/languages/
- my version is QtPlasmaC v2.10-008.054
I have only edited the file in LINGUIST, do I need to do this step from howto?
If any text changes are made to the GUI then run the following to create a GUI python file:
$ pyuic5 ../qtplasmac.ui > qtplasmac.py
LANG=sk_SK.UTF-8
LANGUAGE=
LC_CTYPE="sk_SK.UTF-8"
LC_NUMERIC="sk_SK.UTF-8"
LC_TIME="sk_SK.UTF-8"
LC_COLLATE="sk_SK.UTF-8"
LC_MONETARY="sk_SK.UTF-8"
LC_MESSAGES="sk_SK.UTF-8"
LC_PAPER="sk_SK.UTF-8"
LC_NAME="sk_SK.UTF-8"
LC_ADDRESS="sk_SK.UTF-8"
LC_TELEPHONE="sk_SK.UTF-8"
LC_MEASUREMENT="sk_SK.UTF-8"
LC_IDENTIFICATION="sk_SK.UTF-8"
LC_ALL=
Is there any obvious problem with my workflow?
thank you for help.
Attachments:
Please Log in or Create an account to join the conversation.
23 Nov 2024 22:43 #315143
by phillc54
What is the file that you attached, there doesn't seem to be any translations in it.
Can you post the .qm and .ts files as a zip file.
Replied by phillc54 on topic Translation files for QtPlasmaC
No, you only need to do that if there are any changes to the original English version so the changes can be added to the translation.I have only edited the file in LINGUIST, do I need to do this step from howto?
If any text changes are made to the GUI then run the following to create a GUI python file: $ pyuic5 ../qtplasmac.ui > qtplasmac.py
What is the file that you attached, there doesn't seem to be any translations in it.
Can you post the .qm and .ts files as a zip file.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.072 seconds