auto_translator 2.3.1 copy "auto_translator: ^2.3.1" to clipboard
auto_translator: ^2.3.1 copied to clipboard

A command-line tool to translate ARB files using cloud translation services.

2.3.1 #

Fixed bug that set value of ignored translations to null.

2.3.0+1 #

  • Documentation fixes.

2.3.0 #

  • Added support for DeepL Translation.
  • Added service configuration option to support different translation services.
  • Added prefer-service configuration option to support multiple translator services on a per-language basis.
  • Added MissingTranslatorKeyException and MalformedTranslatorKeyFileException for key file errors.
  • Fixed bugs that could occur when translating placeholders with examples.
  • Bumped minimum Dart SDK to 3.0.0.

2.2.0 #

  • Add support for ARB comments.
  • Translation entries are now removed when corresponding entries are removed from the template.

2.1.0 #

  • Use placeholder example string if available for more accurate translations.
  • Fixed a bug that incorrectly removed whitespace following a word that was moved from the end of a string.

2.0.0 #

  • Migrated to the latest ARB format.

1.1.0 #

  • Added support for preferred language templates per target language.
  • Added support for regional language codes (en-US, en-GB, es-ES, etc).
  • Default values now conform to the latest internationalization guidelines.

1.0.2 #

  • Always match translated ARB files' definition order to the template ARB file.
  • Handle escaped curly brace characters.
  • Handle whitespace that is sometimes introduced by Google Cloud Translate.
  • Provide more information in InvalidFormatException

1.0.1 #

  • Fixed bug affecting simple strings that begin & end with a variable.
  • Added InvalidFormatException for mismatched curly braces.

1.0.0 #

  • Initial version.
28
likes
140
pub points
75%
popularity

Publisher

verified publisherleephillips.dev

A command-line tool to translate ARB files using cloud translation services.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, http, yaml

More

Packages that depend on auto_translator