translate_gen 1.0.7
translate_gen: ^1.0.7 copied to clipboard
Tools to manage translations in Flutter':' extract strings, configure localization, and replace texts using config files.
CHANGELOG #
1.0.0 #
- Initial version.
1.0.1 #
- Add link to error: https://github.com/OmarMahmoud-alam/translate_gen/issues
- Make code faster
1.0.2 #
- Add AI translation feature
1.0.3 #
- Make code faster
- Add multiple AI model support (DeepSeek R1, Gemini)
- Add configurable AI model selection via
aiModelparameter - Add Gemini API key configuration support
- Improve translation accuracy with multiple AI providers
- Enhanced configuration options in
ExceptionRules - Better error handling for AI translation requests
- Add support for dynamic AI model switching
- Optimize extraction performance for large codebases
1.0.6 #
- Fix bugs and make client mustprovide his key for AI translation
1.0.7 #
- Implement translation caching for better performance
- Rename English By AI to EnglishKeyByAI
- Add batch translation support for large files
- Improve regex patterns for better string detection
- Add support for custom translation templates
- Enhanced error reporting and debugging features