Add translation health dashboard script#640
Open
beagandica wants to merge 1 commit into
Open
Conversation
8622a4a to
ae62d75
Compare
Create tools/translation-dashboard.py that scans content/ directories to build a workshop x language coverage matrix. Helps prioritize translation work by showing gaps at a glance. Features: - Markdown table output showing workshop x language matrix with file counts - Coverage summary with percentages per language - CSV output for spreadsheets (--format csv) - Filter to gaps only (--gaps-only) works with both markdown and CSV - Single-language focus (--language espanol) with English baseline - Save to file (--output dashboard.md) - Zero external dependencies (Python 3.8+ stdlib only) Current repo state (40 English workshops, 9 languages): - PT-BR: 88% coverage (35/40) - ES and KO: 35% each (14/40) - FR, ZH-CN: 5% each - DE, KY, ZH-TW: 2% each Also adds tools/README.md documenting both this script and the date auto-update script from PR NuevoFoundation#639. 10-model QA + 3 clean convergence passes. Co-authored-by: Copilot <[email protected]>
ae62d75 to
0f08389
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds \ ools/translation-dashboard.py\ -- a script that scans \content/\ to show which workshops exist in which languages. Helps prioritize translation work by surfacing gaps at a glance.
Current coverage snapshot
Usage
\\�ash
Full matrix
python tools/translation-dashboard.py
Only gaps
python tools/translation-dashboard.py --gaps-only
CSV for spreadsheets
python tools/translation-dashboard.py --format csv --output dashboard.csv
Single language focus
python tools/translation-dashboard.py --language espanol
\\
Features
Files added
Testing