Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions data/data-health.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"asOf": "2026-08-03",
"asOf": "2026-08-13",
"thresholds": {
"models": 30,
"providers": 30,
Expand Down Expand Up @@ -73,59 +73,59 @@
},
"translationsByLocale": {
"de": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 39,
"matchingEnglishPercent": 8.1
},
"es": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 25,
"matchingEnglishPercent": 5.2
},
"fr": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 36,
"matchingEnglishPercent": 7.5
"matchingEnglishPercent": 7.4
},
"id": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 30,
"matchingEnglishPercent": 6.2
},
"ja": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 23,
"matchingEnglishPercent": 4.8
},
"ko": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 23,
"matchingEnglishPercent": 4.8
},
"pt": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 31,
"matchingEnglishPercent": 6.4
},
"ru": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 23,
"matchingEnglishPercent": 4.8
},
"tr": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 26,
"matchingEnglishPercent": 5.4
},
"zh-Hans": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 22,
"matchingEnglishPercent": 4.6
"matchingEnglishPercent": 4.5
},
"zh-Hant": {
"totalStrings": 483,
"totalStrings": 484,
"matchingEnglish": 22,
"matchingEnglishPercent": 4.6
"matchingEnglishPercent": 4.5
}
},
"issues": []
Expand Down
24 changes: 12 additions & 12 deletions docs/DATA-HEALTH.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data Health Report

Snapshot date: 2026-08-03. Regenerate with `pnpm data-health:report`.
Snapshot date: 2026-08-13. Regenerate with `pnpm data-health:report`.

## Scorecard

Expand Down Expand Up @@ -37,17 +37,17 @@ Exact English matches are a triage signal; product names and technical terms can

| Locale | Comparable strings | Exact English matches | Match rate |
| --- | ---: | ---: | ---: |
| de | 483 | 39 | 8.1% |
| es | 483 | 25 | 5.2% |
| fr | 483 | 36 | 7.5% |
| id | 483 | 30 | 6.2% |
| ja | 483 | 23 | 4.8% |
| ko | 483 | 23 | 4.8% |
| pt | 483 | 31 | 6.4% |
| ru | 483 | 23 | 4.8% |
| tr | 483 | 26 | 5.4% |
| zh-Hans | 483 | 22 | 4.6% |
| zh-Hant | 483 | 22 | 4.6% |
| de | 484 | 39 | 8.1% |
| es | 484 | 25 | 5.2% |
| fr | 484 | 36 | 7.4% |
| id | 484 | 30 | 6.2% |
| ja | 484 | 23 | 4.8% |
| ko | 484 | 23 | 4.8% |
| pt | 484 | 31 | 6.4% |
| ru | 484 | 23 | 4.8% |
| tr | 484 | 26 | 5.4% |
| zh-Hans | 484 | 22 | 4.5% |
| zh-Hant | 484 | 22 | 4.5% |

## Backlog by Issue Type

Expand Down
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
},
"dependencies": {
"@mdx-js/react": "^3.1.1",
"@next/third-parties": "^16.2.12",
"@opennextjs/cloudflare": "^1.20.1",
"@next/third-parties": "^16.3.0",
"@opennextjs/cloudflare": "^1.20.2",
"cmdk": "^1.1.1",
"lucide-react": "^0.563.0",
"next": "^16.2.10",
"next": "^16.3.0",
"next-intl": "^4.13.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
Expand All @@ -79,8 +79,8 @@
"@cspell/dict-ru_ru": "^2.3.2",
"@cspell/dict-tr-tr": "^3.0.6",
"@mdx-js/loader": "^3.1.1",
"@next/bundle-analyzer": "^16.2.12",
"@next/mdx": "^16.2.12",
"@next/bundle-analyzer": "^16.3.0",
"@next/mdx": "^16.3.0",
"@playwright/test": "^1.62.1",
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
Expand Down Expand Up @@ -123,9 +123,6 @@
".": "9.0.2",
"glob": "12.0.0"
},
"next": {
"sharp": "0.35.2"
},
"postcss": "^8.5.19"
},
"browserslist": [
Expand Down
Loading
Loading