2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

P-UI: Adapt translation CI (#5299)

* Fixes up translation for P-UI
Closes [FR/P-UI] Translation integration #5282

* ammended crowdin settings
This commit is contained in:
Matthias Mair
2023-07-21 01:00:37 +02:00
committed by GitHub
parent 2fc82fd0e3
commit 9fe77b20e4
3 changed files with 13 additions and 9 deletions

View File

@ -26,6 +26,10 @@ jobs:
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # pin@v4.3.0
with:
python-version: 3.9
- name: Set up Node 16
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # pin to v3.5.0
with:
node-version: 16
- name: Install Dependencies
run: |
sudo apt-get update
@ -33,8 +37,7 @@ jobs:
pip3 install invoke
invoke install
- name: Make Translations
run: |
invoke translate --skip-static
run: invoke translate
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"