Skip to content

Commit 86b454b

Browse files
committed
chore(data): refresh data health snapshot
1 parent dffa3c2 commit 86b454b

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

data/data-health.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"asOf": "2026-07-27",
2+
"asOf": "2026-07-28",
33
"thresholds": {
44
"models": 30,
55
"providers": 30,
@@ -70,59 +70,59 @@
7070
},
7171
"translationsByLocale": {
7272
"de": {
73-
"totalStrings": 410,
73+
"totalStrings": 411,
7474
"matchingEnglish": 113,
75-
"matchingEnglishPercent": 27.6
75+
"matchingEnglishPercent": 27.5
7676
},
7777
"es": {
78-
"totalStrings": 410,
78+
"totalStrings": 411,
7979
"matchingEnglish": 104,
80-
"matchingEnglishPercent": 25.4
80+
"matchingEnglishPercent": 25.3
8181
},
8282
"fr": {
83-
"totalStrings": 410,
83+
"totalStrings": 411,
8484
"matchingEnglish": 115,
8585
"matchingEnglishPercent": 28
8686
},
8787
"id": {
88-
"totalStrings": 410,
88+
"totalStrings": 411,
8989
"matchingEnglish": 149,
9090
"matchingEnglishPercent": 36.3
9191
},
9292
"ja": {
93-
"totalStrings": 410,
93+
"totalStrings": 411,
9494
"matchingEnglish": 107,
95-
"matchingEnglishPercent": 26.1
95+
"matchingEnglishPercent": 26
9696
},
9797
"ko": {
98-
"totalStrings": 410,
98+
"totalStrings": 411,
9999
"matchingEnglish": 115,
100100
"matchingEnglishPercent": 28
101101
},
102102
"pt": {
103-
"totalStrings": 410,
103+
"totalStrings": 411,
104104
"matchingEnglish": 114,
105-
"matchingEnglishPercent": 27.8
105+
"matchingEnglishPercent": 27.7
106106
},
107107
"ru": {
108-
"totalStrings": 410,
108+
"totalStrings": 411,
109109
"matchingEnglish": 124,
110110
"matchingEnglishPercent": 30.2
111111
},
112112
"tr": {
113-
"totalStrings": 410,
113+
"totalStrings": 411,
114114
"matchingEnglish": 125,
115-
"matchingEnglishPercent": 30.5
115+
"matchingEnglishPercent": 30.4
116116
},
117117
"zh-Hans": {
118-
"totalStrings": 410,
118+
"totalStrings": 411,
119119
"matchingEnglish": 98,
120-
"matchingEnglishPercent": 23.9
120+
"matchingEnglishPercent": 23.8
121121
},
122122
"zh-Hant": {
123-
"totalStrings": 410,
123+
"totalStrings": 411,
124124
"matchingEnglish": 98,
125-
"matchingEnglishPercent": 23.9
125+
"matchingEnglishPercent": 23.8
126126
}
127127
},
128128
"issues": [

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-27. Regenerate with `npm run data-health:report`.
3+
Snapshot date: 2026-07-28. Regenerate with `npm run data-health:report`.
44

55
## Scorecard
66

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

3636
| Locale | Comparable strings | Exact English matches | Match rate |
3737
| --- | ---: | ---: | ---: |
38-
| de | 410 | 113 | 27.6% |
39-
| es | 410 | 104 | 25.4% |
40-
| fr | 410 | 115 | 28% |
41-
| id | 410 | 149 | 36.3% |
42-
| ja | 410 | 107 | 26.1% |
43-
| ko | 410 | 115 | 28% |
44-
| pt | 410 | 114 | 27.8% |
45-
| ru | 410 | 124 | 30.2% |
46-
| tr | 410 | 125 | 30.5% |
47-
| zh-Hans | 410 | 98 | 23.9% |
48-
| zh-Hant | 410 | 98 | 23.9% |
38+
| de | 411 | 113 | 27.5% |
39+
| es | 411 | 104 | 25.3% |
40+
| fr | 411 | 115 | 28% |
41+
| id | 411 | 149 | 36.3% |
42+
| ja | 411 | 107 | 26% |
43+
| ko | 411 | 115 | 28% |
44+
| pt | 411 | 114 | 27.7% |
45+
| ru | 411 | 124 | 30.2% |
46+
| tr | 411 | 125 | 30.4% |
47+
| zh-Hans | 411 | 98 | 23.8% |
48+
| zh-Hant | 411 | 98 | 23.8% |
4949

5050
## Backlog by Issue Type
5151

0 commit comments

Comments
 (0)