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

An intelligent command-line utility for translating ARB files with Google Translate API, 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

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.3.7

Alternatively, your editor might support dart 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';
5
likes
0
points
26
downloads

Publisher

verified publisherabcx3.com

Weekly Downloads

An intelligent command-line utility for translating ARB files with Google Translate API, featuring smart change detection and modular architecture.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

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

More

Packages that depend on smart_arb_translator