We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fda40 commit 6526d6fCopy full SHA for 6526d6f
.github/workflows/test-translations.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v4
35
with:
36
ref: ${{ env.I18N_BRANCH }}
37
-
+
38
- name: List languages
39
id: languages
40
working-directory: locales
@@ -65,7 +65,10 @@ jobs:
65
3.10
66
67
- name: Install Python tooling
68
- run: python -m pip install --upgrade nox virtualenv
+ run: python -m pip install --upgrade nox virtualenv sphinx-lint
69
70
- name: Build translated docs in ${{ matrix.language }}
71
- run: nox -s build -- -D language=${{ matrix.language }}
+ run: nox -s build -- -q -D language=${{ matrix.language }}
72
73
+ - name: Lint translation file
74
+ run: sphinx-lint locales/${{ matrix.language }}/LC_MESSAGES/message.po
0 commit comments