Skip to content

chore: push json to private project #107

chore: push json to private project

chore: push json to private project #107

Workflow file for this run

name: Push JSON to Locize
on:
pull_request: {}
jobs:
push-locize:
name: "Push JSON to Locize"
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./translations
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
pip install poetry
poetry install
# Run create_translated_operations.py, -u to show output
- name: Create translated operations json
working-directory: ./translations
run: |
poetry run python -u create_translation_json.py