Does anyone know where these two texts were modified?

More
18 Jan 2024 07:49 #291003 by onceloved
Does anyone know where these two texts should be modified? I want to translate them into local languages.

   
Attachments:

Please Log in or Create an account to join the conversation.

More
18 Jan 2024 19:34 #291055 by Aciera
You can use 'grep' in the linuxcnc source folder like this example to find certain places in code:

This command
user@Computer:~/linuxcnc-dev$ grep -rnw ./ -e 'Adjust Current Tool Position'
 will give you the location:
./docs/src/gui/qtdragon.adoc:1142:* Adjust Current Tool Position
./lib/python/qtvcp/widgets/offset_tool_button.py:54:        Button = QAction(QIcon('exit24.png'), 'Adjust Current Tool Position', self)
The following user(s) said Thank You: onceloved

Please Log in or Create an account to join the conversation.

More
18 Jan 2024 19:51 #291059 by persei8
/usr/lib/python3/dist-packages/qtvcp/widgets/axis_tool_button.py
The following user(s) said Thank You: onceloved

Please Log in or Create an account to join the conversation.

More
19 Jan 2024 06:56 #291096 by onceloved
Thank you. I want to copy the axis_tool_button.py and offset_tool_button.py files to the local configuration. How can I make the modified files take effect? I don’t want to mess with the system files.

Please Log in or Create an account to join the conversation.

More
19 Jan 2024 06:57 #291097 by onceloved
Thank you. I have found it and am trying to modify it....

Please Log in or Create an account to join the conversation.

More
19 Jan 2024 22:34 #291151 by cmorley
Qtvcp has no built in way to allow users to load local replacement widgets.
In the longer run, we should put effort into internationalization I suppose.
The following user(s) said Thank You: onceloved

Please Log in or Create an account to join the conversation.

Moderators: cmorley
Time to create page: 0.277 seconds
Powered by Kunena Forum