Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translation cleanup #149

Draft
wants to merge 2 commits into
base: publish
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

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