@mediafly/translate
Version:
Translate strings extracted from apps using Google Translate
19 lines (10 loc) • 544 B
Markdown
## @mediafly/translate changelog
**6.3.0**
* Updated google-spreadsheet dependency and added google-auth-library dependency
* Modified import, export and format methods to work with those new versions
**6.2.1**
* Fixed import method authentication error output
**6.2.0**
* Added `translationsDir` as a new option for the location of translation files. It should be a relative path like `./src/translations`.
**6.1.0**
* Added ESM JS as a new option for strings files. Set `"format": "js"` in `mediafly-translate.config.json` to use it.