auto_translator 2.0.0 auto_translator: ^2.0.0 copied to clipboard
A command-line tool to translate ARB files using Google Cloud Translate.
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.