🔧 Add pre-commit local script to fix language translations (#14683)

This commit is contained in:
Sebastián Ramírez 2026-01-10 14:17:46 -08:00 committed by GitHub
parent 961b2e844a
commit c75ae058e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -58,3 +58,9 @@ repos:
entry: uv run ./scripts/docs.py ensure-non-translated
files: ^docs/(?!en/).*|^scripts/docs\.py$
pass_filenames: false
- id: fix-translations
language: unsupported
name: fix translations
entry: uv run ./scripts/translation_fixer.py fix-pages
files: ^docs/(?!en/).*/docs/.*\.md$