auto_translator
A command-line tool to translate ARB files using cloud translation services.
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 11 months
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
14 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · May 2022 to Jan 2025Releases
latest 14-
2.3.513 Jan 2025Release notes
Open source →Improve compatibility with ARB variable names that contain underscores. Handle edge cases where translated placeholder example may be returned by API.
-
2.3.412 Jan 2025Release notes
Open source →Fixed a bug that would add translation results to incorrect ARB string if they shared a prefix.
-
2.3.330 Aug 2024Release notes
Open source →Improved error handling from DeepL Translation API. Added link to API docs in error messages from translation services.
-
2.3.225 Jun 2024Release notes
Open source →Fixed bug that used wrong placeholder name if multiple the same example was used.
-
2.3.111 Mar 2024 -
2.3.002 Feb 2024Release notes
Open source →- Added support for DeepL Translation.
- Added
serviceconfiguration option to support different translation services. - Added
prefer-serviceconfiguration option to support multiple translator services on a per-language basis. - Added
MissingTranslatorKeyExceptionandMalformedTranslatorKeyFileExceptionfor key file errors. - Fixed bugs that could occur when translating placeholders with examples.
- Bumped minimum Dart SDK to 3.0.0.
-
2.3.0+115 Feb 2024 -
2.2.017 Jan 2024Release notes
Open source →- Add support for ARB comments.
- Translation entries are now removed when corresponding entries are removed from the template.
-
2.1.011 Jan 2024Release notes
Open source →- 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.008 Dec 2023 -
1.1.023 Jun 2023Release notes
Open source →- 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.229 Mar 2023Release notes
Open source →- 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.128 Mar 2023Release notes
Open source →- Fixed bug affecting simple strings that begin & end with a variable.
- Added
InvalidFormatExceptionfor mismatched curly braces.
-
1.0.016 May 2022