Skip to content

Releases: lokalise/lokalise-pull-action

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/[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

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