Skip to content

Commit 21ebb78

Browse files
committed
chore(data): refresh merged health snapshot
1 parent 1e86260 commit 21ebb78

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

data/data-health.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"asOf": "2026-07-31",
2+
"asOf": "2026-08-01",
33
"thresholds": {
44
"models": 30,
55
"providers": 30,
@@ -73,57 +73,57 @@
7373
},
7474
"translationsByLocale": {
7575
"de": {
76-
"totalStrings": 452,
76+
"totalStrings": 453,
7777
"matchingEnglish": 39,
7878
"matchingEnglishPercent": 8.6
7979
},
8080
"es": {
81-
"totalStrings": 452,
81+
"totalStrings": 453,
8282
"matchingEnglish": 25,
8383
"matchingEnglishPercent": 5.5
8484
},
8585
"fr": {
86-
"totalStrings": 452,
86+
"totalStrings": 453,
8787
"matchingEnglish": 36,
88-
"matchingEnglishPercent": 8
88+
"matchingEnglishPercent": 7.9
8989
},
9090
"id": {
91-
"totalStrings": 452,
91+
"totalStrings": 453,
9292
"matchingEnglish": 30,
9393
"matchingEnglishPercent": 6.6
9494
},
9595
"ja": {
96-
"totalStrings": 452,
96+
"totalStrings": 453,
9797
"matchingEnglish": 23,
9898
"matchingEnglishPercent": 5.1
9999
},
100100
"ko": {
101-
"totalStrings": 452,
101+
"totalStrings": 453,
102102
"matchingEnglish": 23,
103103
"matchingEnglishPercent": 5.1
104104
},
105105
"pt": {
106-
"totalStrings": 452,
106+
"totalStrings": 453,
107107
"matchingEnglish": 31,
108-
"matchingEnglishPercent": 6.9
108+
"matchingEnglishPercent": 6.8
109109
},
110110
"ru": {
111-
"totalStrings": 452,
111+
"totalStrings": 453,
112112
"matchingEnglish": 23,
113113
"matchingEnglishPercent": 5.1
114114
},
115115
"tr": {
116-
"totalStrings": 452,
116+
"totalStrings": 453,
117117
"matchingEnglish": 26,
118-
"matchingEnglishPercent": 5.8
118+
"matchingEnglishPercent": 5.7
119119
},
120120
"zh-Hans": {
121-
"totalStrings": 452,
121+
"totalStrings": 453,
122122
"matchingEnglish": 22,
123123
"matchingEnglishPercent": 4.9
124124
},
125125
"zh-Hant": {
126-
"totalStrings": 452,
126+
"totalStrings": 453,
127127
"matchingEnglish": 22,
128128
"matchingEnglishPercent": 4.9
129129
}

docs/DATA-HEALTH.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Health Report
22

3-
Snapshot date: 2026-07-31. Regenerate with `pnpm data-health:report`.
3+
Snapshot date: 2026-08-01. Regenerate with `pnpm data-health:report`.
44

55
## Scorecard
66

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

3838
| Locale | Comparable strings | Exact English matches | Match rate |
3939
| --- | ---: | ---: | ---: |
40-
| de | 452 | 39 | 8.6% |
41-
| es | 452 | 25 | 5.5% |
42-
| fr | 452 | 36 | 8% |
43-
| id | 452 | 30 | 6.6% |
44-
| ja | 452 | 23 | 5.1% |
45-
| ko | 452 | 23 | 5.1% |
46-
| pt | 452 | 31 | 6.9% |
47-
| ru | 452 | 23 | 5.1% |
48-
| tr | 452 | 26 | 5.8% |
49-
| zh-Hans | 452 | 22 | 4.9% |
50-
| zh-Hant | 452 | 22 | 4.9% |
40+
| de | 453 | 39 | 8.6% |
41+
| es | 453 | 25 | 5.5% |
42+
| fr | 453 | 36 | 7.9% |
43+
| id | 453 | 30 | 6.6% |
44+
| ja | 453 | 23 | 5.1% |
45+
| ko | 453 | 23 | 5.1% |
46+
| pt | 453 | 31 | 6.8% |
47+
| ru | 453 | 23 | 5.1% |
48+
| tr | 453 | 26 | 5.7% |
49+
| zh-Hans | 453 | 22 | 4.9% |
50+
| zh-Hant | 453 | 22 | 4.9% |
5151

5252
## Backlog by Issue Type
5353

0 commit comments

Comments
 (0)