LobeHub Internationalization Guide - Default language: English (en-US) - Framework: react-i18next - Only edit files in - Never edit JSON files in - Run to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): Patterns: Parameters: Use syntax Avoid key conflicts: Workflow 1. Add keys to 2. Export new namespace in 3. For dev preview: manually translate and 4. Remind the user to run before creating PR — do NOT run it yourself (very slow) Usage Common Namespaces Most used: (shared UI), (chat features), (se…