Skip to content

Releases: hasanbeder/translation-diff-checker

v1.0.0 - Initial Release

11 Feb 23:05

Choose a tag to compare

🚀 Initial Release (v1.0.0)

This is the first stable release of the Translation Diff Checker, designed for enterprise-grade robust validation of JSON translation files.

✨ Key Features

  • Recursive Comparison: deeply checks nested JSON structures.
  • Type Safety: Detects mismatches (e.g., String vs Array).
  • Strict Mode: Optionally blocks CI/CD pipelines on errors.
  • GitHub Integration: Auto-generates a Markdown summary report in $GITHUB_STEP_SUMMARY.

📦 Usage

- uses: hasanbeder/translation-diff-checker@v1.0.0
  with:
    source_file: 'locales/en.json'
    target_file: 'locales/tr.json'

**Full Changelog**: https://github.com/hasanbeder/translation-diff-checker/commits/v1.0.0

**Full Changelog**: https://github.com/hasanbeder/translation-diff-checker/commits/v1.0.0