Releases: lokalise/lokalise-pull-action
Releases · lokalise/lokalise-pull-action
Version 3.1.0
- Add a new optional parameter
skip_include_tags
(default isfalse
). When set totrue
, theinclude-tags
argument is skipped during download. This will download all translation keys for the specified format, regardless of tags.
Version 3.0.0
- Full rewrite of the major steps in Go. Use precompiled binaries
- Add
flat_naming
param to handle cases when translation files are stored right undertranslations_path
. Learn more: https://developers.lokalise.com/docs/github-actions#translation-files - Add new optional parameters to control timeouts, check https://github.com/lokalise/lokalise-pull-action?tab=readme-ov-file#optional-parameters
Version 2.0.0
- Breaking change:
translations_path
now accepts a list of paths to your translations. For example:
- name: Pull from Lokalise
uses: lokalise/[email protected]
with:
api_token: ${{ secrets.LOKALISE_API_TOKEN }}
project_id: LOKALISE_PROJECT_ID
translations_path: |
locales
i18n
file_format: FILE_FORMAT
additional_params: ADDITIONAL_CLI_PARAMS
- Various code tweaks
Version 1.0.0
The first stable released published to GitHub Marketplace
Version 0.1.0
Initial release