Skip to content

Upload localizable files to the Localazy translation management platform.

Notifications You must be signed in to change notification settings

MegaverseBE/localazy-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Localazy GitHub Action

Upload translations to Localazy, publish and promote tags.

Inputs

workdir

Optional Defines the working directory where to invoke Localazy CLI command.

config_file

Optional The filename of the configuration file. Default: localazy.json

read_key

Optional The read key for the project on Localazy. Can be also defined in the Localazy config file.

write_key

Optional The write key for the project on Localazy. Can be also defined in the Localazy config file.

write_key

Optional The write key for the project on Localazy. Can be also defined in the Localazy config file.

publish

Optional JSON string containing a branch:tag map for tag publishing.

promote

Optional JSON string containing a branch:[from,to] map for tag promoting.

Example usage

uses: MegaverseBE/localazy-action@v1
with:
  read_key: ${{ secrets.LOCALAZY_READ_KEY }}
  write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}
  publish: '{ "development": "development" }'
  promote: '{ "master": { from: "development", to: "master" } }'

About

Upload localizable files to the Localazy translation management platform.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 73.9%
  • Dockerfile 26.1%