Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_prod.txt
- name: Get translations
run: make pulllang
- name: Flush errors
run: make allerr
- name: Build docs
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ _build
venv
venv_prod
.vscode
/source/locale/*
!/source/locale/README.md

# Base ignores:
# =============
Expand Down
1 change: 1 addition & 0 deletions source/locale/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
files for translations (pulled from Transifex) not kept in the repo history
Binary file removed source/locale/ar/LC_MESSAGES/arguments.mo
Binary file not shown.
Loading