Commit graph

2 commits

Author SHA1 Message Date
bc48f564f9 feat(i18n): English-first codebase — translate all non-i18n strings in voice_main.py
All code comments, docstrings, and log messages translated to English.
Chinese strings are preserved ONLY where they are legitimate i18n data:

  Kept (user-facing language data):
  - self.system_prompt: LLM fine-tuning system prompt (must match training data)
  - initial_prompt: Whisper domain hint vocabulary
  - _fix_recognition.replacements: homophone correction table
  - All regex patterns in _try_simple_parse / _fallback_parse (they match
    actual spoken Chinese commands — this IS the i18n layer)

  Translated to English:
  - All print() log messages
  - All inline comments and docstrings
  - Class/section header comments

Part of #5. No functional changes.
2026-02-20 20:36:26 +08:00
whisper11111111111
bb85c3266b Initial commit for robot arm voice control system 2026-02-10 23:31:14 +08:00