Skip to content

Commit 5e7c496

Browse files
committed
Final version
1 parent d6521f9 commit 5e7c496

6 files changed

Lines changed: 9280 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade nox virtualenv
29+
30+
- name: Nox translation
31+
run: |
32+
python -m nox -s translation
2933
3034
- name: Nox build
3135
run: |

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ build/
33
.nox
44
*.pyc
55
__pycache__
6+
.DS_Store
7+
locales/.doctrees/

0 commit comments

Comments
 (0)