flutter_i18n_translator 0.1.2+3 copy "flutter_i18n_translator: ^0.1.2+3" to clipboard
flutter_i18n_translator: ^0.1.2+3 copied to clipboard

A Flutter/Dart CLI tool that detects missing keys in JSON localization files, auto-translates them, and can regenerate Dart i18n helpers.

Changelog #

All notable changes to this project will be documented in this file.

0.1.2+3 - 2025-09-25 #

Added #

  • --autoGenerate flag to automatically regenerate i18n files (runs dart run i18n_json).
  • --no-autoGenerate flag to explicitly disable automatic generation.
  • --addMissingOverrides flag to ensure missing WidgetsLocalizations overrides are injected into the root I18n class after generation.
  • --no-addMissingOverrides flag to skip injecting missing overrides.

Changed #

  • Updated CLI help message to include the new options.

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.
1
likes
0
points
312
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter/Dart CLI tool that detects missing keys in JSON localization files, auto-translates them, and can regenerate Dart i18n helpers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path, translator

More

Packages that depend on flutter_i18n_translator