flutter_i18n_translator 0.1.0
flutter_i18n_translator: ^0.1.0 copied to clipboard
A CLI tool to translate JSON localization files.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 - 2025-09-24 #
- Initial release of i18n_translator CLI tool.
- Features:
- Detects missing keys in JSON localization files.
- Supports automatic translation using Google Translator.
- Allows batching translations with a configurable character limit.
- Options to auto-translate and apply without manual confirmation.
- Debug logging with
--show-debug
and--no-debug
. - CLI help with
--help
.