fluttertrans 0.0.6
fluttertrans: ^0.0.6 copied to clipboard
Command-line tool for translation of strings in Flutter applications at compile time
0.0.6 #
- Removed terminal menu, instead a web page will be opened to allow the user to choose which strings to translate.
- Json files are now prettified, before saving to files.
- Added support for json config file.
0.0.5 #
- Added support for scanning all strings in the code base.
- User can now choose which strings to translate and which not to.
- Better Project File Structure.
- Fixed numerous issues with the CLI tool.
0.0.4 #
- Modified template for all_locales.json to include supported_locales and fallback_locale.
0.0.3 #
- Fixed the issue with the
trans_fluttercli not being used as an executable.
0.0.2 #
- Added Reference to the package trans_flutter in the README.md file.
0.0.1 #
- Initial version.