sync_translations 1.0.3
sync_translations: ^1.0.3 copied to clipboard
A Dart CLI tool that synchronizes translation files across multiple locales by ensuring all keys are consistent and complete between source and target files.
1.0.3 #
- Improved argument parsing and error messages
- Added validation for input files and better handling of nested keys
- Minor performance optimizations
1.0.1 #
- Added
--dry-runand--indentoptions - Improved console output formatting
1.0.0 #
- Initial release 🎉
- Supports syncing JSON translation files
- Handles missing and extra keys automatically