@mediafly/translate
Version:
Translate strings extracted from apps using Google Translate
10 lines (5 loc) • 312 B
Markdown
## @mediafly/translate changelog
**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.