add pull from Transifex to build process

pull/149/head
Dan Joseph 2022-07-05 14:25:34 -04:00
rodzic b2063266dc
commit f01e2c1521
3 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -19,6 +19,8 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements_prod.txt pip install -r requirements_prod.txt
- name: Get translations
run: make pulllang
- name: Flush errors - name: Flush errors
run: make allerr run: make allerr
- name: Build docs - name: Build docs

2
.gitignore vendored
Wyświetl plik

@ -2,6 +2,8 @@ _build
venv venv
venv_prod venv_prod
.vscode .vscode
/source/locale/*
!/source/locale/README.md
# Base ignores: # Base ignores:
# ============= # =============

Wyświetl plik

@ -0,0 +1 @@
files for translations (pulled from Transifex) not kept in the repo history