- Added support for DeepL [topce]
- better array handling [topce]
- Fixed (maybe) pulling proper string out of Azure [topce]
- Google changed their authentication so API keys cannot be used anymore. I forced v2 of their library but it's recommended not to use google anymore for this
- Improved detection if extension is triggered directly instead of by right clicking a file.
- AWS and Azure, Preprocess text prior to sending as it was for Google (thanks topce)
- Added support for AWS and Azure Translation Services (thanks topce)
- Skip tranlation of numbers or booleans (thanks gajo357)
- Added support for deeper folder structures (thanks gajo357)
- Added a warning if running this from the command prompt
- upgraded some dependencies
- fixed bug on windows by using fsPath instead of path
- added more warnings and error reporting
- added support for arguments in text strings which won't get translated
- fixed continue after wrong locale file bug
- changed indenting from tabs to double spaces
- added support for named arguments
- fixed crash bug related to deeply nested nodes
- added messages for completed locales
- restored commented options
- added error handling for invalid/unsupported locales
- Improved Documentation
- fixed bug with mismatched setting names
- Initial release of auto-translate-json