Intl Translate is designed for Flutter developers to streamline the translation of JSON and ARB files, integrating seamlessly with internationalization workflows. It enables rapid and efficient translation, simplifying the localization of Flutter applications.
- Fast Translation
- Supports
.arb
and.json
Files - Accelerates productivity
- VS Code:
1.91.1
- The input file must be in English, as the package is designed to translate only from English to other languages, and using non-English source files may produce incorrect results.
Currently, there are no known issues. If you encounter a bug or have suggestions for additional features, please open an issue or submit a pull request on our GitHub page.
- Added Retry Mechanism: In the event of a poor network connection, the extension attempts to retry the translation up to three times
- Provides clear and actionable error messages to help you diagnose issues quickly
Initial release of Flutter Intl Translate
Happy Coding!