smart_arb_translator 1.10.0 copy "smart_arb_translator: ^1.10.0" to clipboard
smart_arb_translator: ^1.10.0 copied to clipboard

An intelligent command-line utility for translating ARB files with Google Translate, OpenAI, local LLMs, or multi-agent Codex, featuring smart change detection and modular architecture.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate smart_arb_translator

Use it

The package has the following executables:

$ smart_arb_translator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_arb_translator

With Flutter:

 $ flutter pub add smart_arb_translator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  smart_arb_translator: ^1.10.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_arb_translator/smart_arb_translator.dart';
7
likes
140
points
281
downloads

Documentation

Documentation
API reference

Publisher

verified publisherabcx3.com

Weekly Downloads

An intelligent command-line utility for translating ARB files with Google Translate, OpenAI, local LLMs, or multi-agent Codex, featuring smart change detection and modular architecture.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

arb_merge, args, collection, console, googleapis_auth, html_unescape, http, intl_utils, path, petitparser, yaml

More

Packages that depend on smart_arb_translator