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 b9842dc commit 043a192Copy full SHA for 043a192
.github/workflows/python-test.yaml
@@ -50,7 +50,7 @@ jobs:
50
npm install
51
npm run build
52
- name: Check i18n translations
53
- run: npx -y @lingual/i18n-check --locales app/frontend/src/locales -s en -f i18next -r summary
+ run: npx -y @lingual/i18n-check@0.8.12 --locales app/frontend/src/locales -s en -f i18next -r summary
54
- name: Install dependencies
55
run: |
56
uv pip install -r requirements-dev.txt
0 commit comments