Support translating entity names (#88242)

This commit is contained in:
Erik Montnemery
2023-03-12 15:55:04 +01:00
committed by GitHub
parent 376a6eb82a
commit cf7e500a8e
9 changed files with 40 additions and 3 deletions

View File

@@ -1003,6 +1003,10 @@ jobs:
run: |
. venv/bin/activate
pip install mysqlclient sqlalchemy_utils
- name: Compile English translations
run: |
. venv/bin/activate
python3 -m script.translations develop --all
- name: Run pytest (partially)
timeout-minutes: 20
shell: bash
@@ -1107,6 +1111,10 @@ jobs:
run: |
. venv/bin/activate
pip install psycopg2 sqlalchemy_utils
- name: Compile English translations
run: |
. venv/bin/activate
python3 -m script.translations develop --all
- name: Run pytest (partially)
timeout-minutes: 20
shell: bash