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