Commit graph

8 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
a7209c4f78 Optimize project introduction in README 2026-02-11 00:16:49 +08:00
whisper11111111111
0e7d692784 Add BOM list and cost summary 2026-02-11 00:11:53 +08:00
whisper11111111111
e7278edeb4 Enhance README with project overview and keywords 2026-02-10 23:56:33 +08:00
whisper11111111111
c7828ea914 Add main.ino firmware and update docs 2026-02-10 23:52:15 +08:00
whisper11111111111
865957604d Set replication guide as README.md 2026-02-10 23:43:48 +08:00
whisper11111111111
eaa8b9a132 Add usage manual and replication guide 2026-02-10 23:41:06 +08:00
whisper11111111111
bb85c3266b Initial commit for robot arm voice control system 2026-02-10 23:31:14 +08:00