You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Setup section with path_mappings.csv creation and import-paths requirement
- Clarify that generate requires path mappings to be imported first
- Add dedicated Path Mappings section explaining format and examples
- Update Quick Start to show one-time setup (path mappings) vs recurring workflow
- Add import-paths requirement to step-by-step workflow comments
- Explains why generation fails with 'No path mappings' error
This addresses user confusion about generation failing when path_mappings.csv exists but hasn't been imported via import-paths command.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
3.**Import into database** (must do this after editing):
160
+
```bash
161
+
python batch_translate.py import-paths
162
+
```
163
+
164
+
**Important**: After editing `path_mappings.csv`, always run `import-paths` before generating. Without this, generation will fail with "No path mappings for {lang}".
0 commit comments