arb_translate library

Classes

TranslateArgParser
A class that parses command-line arguments for translation options.
TranslateArgResults
Represents the result of parsing command-line arguments for the translation options.
TranslateOptions
Class representing the options for translation.
TranslateYamlParser
A class that parses YAML files containing translation options.
TranslateYamlResults
Represents the results of parsing a YAML file for translation options.

Enums

Model
Enum representing the available models.
ModelProvider
Enum representing the available model providers.

Functions

translate(FileSystem fileSystem, TranslateOptions options) Future<void>
Translates the ARB files in the specified directory using the given options.