Lokalise Core Workflow B
Overview
Secondary workflow for downloading translations from Lokalise and integrating them into your application.
Prerequisites
- Completed
lokalise-install-authsetup - Lokalise project with translations
- Target directory for downloaded files
Instructions
- For full implementation details, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Output
- Downloaded translation files in target format
- Extracted to project locales directory
- Optional TypeScript types generated
- Integration with i18n library
Error Handling
| Aspect | Workflow A (Upload) | Workflow B (Download) |
|---|---|---|
| Direction | Source -> Lokalise | Lokalise -> App |
| Trigger | Dev adds strings | Build/deploy |
| Format | Any supported | Target format |
| Frequency | On change | On build |
| Error | Cause | Solution |
|---|---|---|
404 Project not found |
Wrong project ID | Verify project_id |
Empty bundle |
No translations | Check filter options |
Invalid format |
Unsupported export | Check format parameter |
Download timeout |
Large project | Increase timeout |
Examples
See references/implementation-guide.md for detailed examples.
Resources
Next Steps
For common errors, see lokalise-common-errors.