1
0
Fork 0
mirror of synced 2024-07-04 14:10:46 +12:00
Rare/.github/workflows/push_tr_file.yml
Dummerle 18a04c1911
Add a workflow, to update placeholder.ts automatically
- Update french translation
- add ts2qm.py script
2021-10-24 22:54:14 +02:00

31 lines
575 B
YAML

name: Translations
on:
push:
branches: [ main ]
paths:
- 'rare/languages/placeholder.ts'
workflow_dispatch:
jobs:
appimage:
runs-on: ubuntu-20.04
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: install Deps
run: |
sudo apt update
sudo apt install python3 python3-pip python3-setuptools
pip install transifex-client
- name: push file
run: tx push -s