Translate factory_calibration_tool.py UI text to English - #8
Open
a-belard wants to merge 1 commit into
Open
Conversation
Translates user-facing strings in the main GUI tool (window titles, labels, buttons, tooltips, status messages, and log/dialog text) from Chinese to English, so English-speaking users can navigate the tool. Scope: only src/gui/factory_calibration_tool.py's runtime string literals (including f-strings). Source code comments and the other CLI-only tool scripts are left as-is for now, to keep this change reviewable; happy to extend to those in a follow-up if useful. Verified: py_compile passes, and the GUI launches cleanly on a Jetson (aarch64 Ubuntu/L4T) with the translated strings displaying correctly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/gui/factory_calibration_tool.py(window titles, labels, buttons, tooltips, status messages, dialog/log text) from Chinese to English, so English-speaking users can navigate the tool.src/tools/*.py) are left as-is for now to keep this PR focused/reviewable — happy to follow up on those if that's useful.Test plan
python -m py_compile src/gui/factory_calibration_tool.pypassesFound this tool via the Seeed wiki page while debugging an SO-101 arm — really useful tool, figured the translation might help other non-Chinese-speaking users too.