translations_code_gen 1.1.0
translations_code_gen: ^1.1.0 copied to clipboard
An application to generate translations keys and values for a dart/flutter application from .json file.
1.0.0 #
- Initial version.
1.0.1 #
- Fix a bug in the
global activatecommand.
1.0.2 #
- Updated the
README.mdfile.
1.0.3 #
- Added values to generate from the directory.
1.0.4 #
- Added info print statements.
1.0.5 #
- Modified the
README.mdfile.
1.0.6 #
- Fixed double quotes and new line error when generating values.
1.0.7 #
- Renamed lib/code_gen.dart to lib/translations_code_gen.dart.
1.1.0 #
- Added support for generating translations from a directory and file with configuration.
- Added support for translations_code_gen.yaml file.