Releases: ksploitx/autolingo
Releases · ksploitx/autolingo
Release list
v0.1.3 — Fix --version output
v0.1.2 — Fix ARB path pattern
Fixed
- Fixed ARB file path in generated
i18n.jsonfrom[locale].arbtoapp_[locale].arb - Lingo.dev now correctly finds and translates Flutter ARB files
Install
dart pub global activate autolingov0.1.1
v0.1.0 - Initial Release
Initial Release
Zero-config Flutter localization CLI - powered by Lingo.dev.
Features
autolingo init- scaffold l10n/, l10n.yaml, and .lingo config files-
autolingo scan- regex-based extraction of UI strings from ./lib
-
autolingo generate- write l10n/app_en.arb with auto-generated camelCase keys
-
autolingo translate- shell out to Lingo.dev for AI-powered translation
-
- Polished CLI output with ANSI colors and branded headers
-
- --version and --help flags
Install
dart pub global activate autolingoQuick Start
autolingo init
autolingo generate
autolingo translateBuilt at Hackathon 2026