When app localization parsing fails, the fastest path is to identify whether detection, validation, or sync logic failed.
Common Failures
- Unsupported extension or path pattern.
- Invalid JSON/XML structure.
- Unknown locale that cannot be resolved to a supported language.
- Security or structure validation failure (unsupported encoding, unsafe payloads, or malformed content).
Triage Steps
- Confirm file matches expected parser pattern.
- Validate encoding and structure.
- Verify locale code exists in supported language mapping.
- Inspect whether state transitions to
NeedsRevieware expected after base changes.
If Sync Appears Stuck
- Check the latest sync activity and error details in the project UI.
- Verify your source integration/webhook or upload flow completed successfully.
- Re-run sync after fixing malformed file content.