- Fixes a bug where in the case of generating languages and not replacing base, when output directory did not exist, generation would fail.
- Added ARB file support.
- Added repeated vowels, number words and exclamation marks as text expansion formats.
- Added ability to completely ignore certain keys during text replacement. This is a minor breaking change as previously line numbers were used.
- Added ability to use both replace_base and languages_to_generate together.
- Added Latin Extended B, Latin Extended C and Superscripts and Subscripts special characters.
- Moved outputFilepath setting to CSVSettings. This is a minor breaking change.
- Aligns analysis options to pedantic used by Google instead of custom Effective Dart options.
- Null safety migration.
- Added ability to completely ignore certain lines during text replacement.
- Removed dependency on Flutter, thus Dart-only projects can now avail of this package.
- Improved code coverage.
- Added Setting to ignore certain expressions during text replacement, i.e. product name or regexp for variables.
- Initial beta version.
- Generates pseudolocalizations with a selection of extended Latin characters for given localization strings.
- Pseudolocalizations can be also generated for specific languages (de, es, fr, it, pl, pt, ru and tr).
- Ability to wrap pseudo texts in square brackets.
- Ability to set text expansion ratio (from 1 to 3).
- Supports CSV localization files.