Skip to content

Commit

Permalink
docs: Use pybabel update --no-fuzzy-matching
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 21, 2024
1 parent f0e8c28 commit 1f7fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: extension_explorer
run: |
pybabel extract -F babel.cfg -o messages.pot .
pybabel update -i messages.pot -d locale
pybabel update -N -i messages.pot -d locale
- name: Count incomplete translations
shell: bash
run: |
Expand Down

0 comments on commit 1f7fc52

Please sign in to comment.