Skip to content

v29.0.0

Choose a tag to compare

@pomek pomek released this 18 Mar 06:51
· 3573 commits to master since this release

MAJOR BREAKING CHANGES ℹ️

  • env: The url option for uploadPotFiles() and downloadTranslations() is not supported anymore. Instead, use organizationName and projectName that represent organization and project names.
  • env: The uploadPotFiles() task does not read anything from the file system automatically (removed the translationsDirectory option). A developer must pass the cwd option, which points to the project's root directory. Also, the packages map is required, which defines which packages should be processed. Keys in the map represent package names, while their values point to directories where to look for translation sources.

Features

  • env: Tools for translations use the latest version of the Transifex API (3.0). Improved the UI - these scripts print updates whenever a new step of the process starts. (commit)
  • env: The upload() and download() scripts stores resources that could not be processed (e.g., due to network issues). Only packages that failed during the previous run will be processed when re-running. (commit)

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases: