Export Formats
Linguolink supports:
- JSON for application runtime consumption
- CSV for spreadsheet-first workflows
- XLSX for richer editing and reporting
Choosing a Format
- Use JSON for i18n runtime libraries and deploy pipelines
- Use CSV when translators or PMs iterate in spreadsheets
- Use XLSX when formatting and review annotations are needed
Export Quality Checks
- Validate locale coverage
- Validate placeholder consistency
- Confirm environment-specific overrides
Example JSON Output
{
"auth": {
"login": {
"title": "Sign in",
"submit_button": "Continue"
}
}
}Pick the format based on your downstream system and automation needs.
Next Steps
- Learn import strategy in Import Translations
- Wire automation from Integration Examples
Last updated on