Skip to content

Releases: lokalise/lokalise-pull-action

Version 3.3.0

21 Feb 14:45
Compare
Choose a tag to compare

Add a new optional parameter to handle processing files with more "specific" file formats:

  • file_ext — Custom file extension to use when searching for translation files (without leading dot). By default, the extension is inferred from the file_format value. However, for certain formats (e.g., json_structured), the downloaded files may still have a generic extension (e.g., .json). In such cases, this parameter allows specifying the correct extension manually to ensure proper file matching.

Version 3.2.0

30 Dec 14:12
05806ed
Compare
Choose a tag to compare
  • Added a new parameter pr_labels that enables you to provide a comma-separated list of labels to assign to the created pull request. For example, pr_labels: 'automerge,sample'.
  • The action now has the following outputs: created_branch (branch that was created and used for the pull request), pr_created (boolean value specifying whether the pull request with translation updates has been created), pr_number, and pr_id.

Version 3.1.0

20 Dec 12:56
Compare
Choose a tag to compare
  • Add a new optional parameter skip_include_tags (default is false). When set to true, the include-tags argument is skipped during download. This will download all translation keys for the specified format, regardless of tags.

Version 3.0.0

14 Dec 20:42
Compare
Choose a tag to compare

Version 2.0.0

01 Nov 16:42
Compare
Choose a tag to compare
  • Breaking change: translations_path now accepts a list of paths to your translations. For example:
      - name: Pull from Lokalise
        uses: lokalise/lokalise-pull-action@v2.0.0
        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

24 Oct 10:22
Compare
Choose a tag to compare

The first stable released published to GitHub Marketplace

Version 0.1.0

18 Oct 10:49
Compare
Choose a tag to compare

Initial release