smart_arb_translator 1.10.0
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_translatorUse 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_translatorWith Flutter:
$ flutter pub add smart_arb_translatorThis 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.0Alternatively, 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';