Skip to content

Releases: ksploitx/autolingo

v0.1.3 — Fix --version output

Choose a tag to compare

@ksploitx ksploitx released this 17 Mar 01:54

Fixed

  • autolingo --version now correctly shows v0.1.3 instead of the stale v0.1.0

Install

dart pub global activate autolingo

v0.1.2 — Fix ARB path pattern

Choose a tag to compare

@ksploitx ksploitx released this 17 Mar 01:45

Fixed

  • Fixed ARB file path in generated i18n.json from [locale].arb to app_[locale].arb
  • Lingo.dev now correctly finds and translates Flutter ARB files

Install

dart pub global activate autolingo

v0.1.1

Choose a tag to compare

@ksploitx ksploitx released this 17 Mar 01:24

Fixes\n- autolingo init — migrated from .lingo to i18n.json and updated configuration payload to match Schema version 1.15.

v0.1.0 - Initial Release

Choose a tag to compare

@ksploitx ksploitx released this 16 Mar 23:41

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 autolingo

Quick Start

autolingo init
autolingo generate
autolingo translate

Built at Hackathon 2026