gen_l10n_utils 1.7.8
gen_l10n_utils: ^1.7.8 copied to clipboard
A CLI tool for merging, flattening, and managing gen_l10n translation files.
gen_l10n_utils #
A command-line utility for managing Dart/Flutter app localizations with enhanced features for metadata handling and export capabilities.
For detailed documentation, please visit our GitHub Wiki.
Features #
- Automatic ARB File Generation
- Metadata Preservation
- Multiple Export Formats (CSV, JSON, PO, XLIFF, XLSX, YAML)
- Automatic conflict detection and resolution
- Support for nested JSON structures
- Configurable via YAML
Installation #
Add the package to your pubspec.yaml
file:
dev_dependencies:
gen_l10n_utils: ^1.7.8
Or install it globally:
dart pub global activate gen_l10n_utils