Skip to content

Commit f03b04c

Browse files
committed
chore(data): refresh data health snapshot
1 parent c24a8c2 commit f03b04c

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-08-03",
2+
"asOf": "2026-08-13",
33
"thresholds": {
44
"models": 30,
55
"providers": 30,
@@ -73,59 +73,59 @@
7373
},
7474
"translationsByLocale": {
7575
"de": {
76-
"totalStrings": 483,
76+
"totalStrings": 484,
7777
"matchingEnglish": 39,
7878
"matchingEnglishPercent": 8.1
7979
},
8080
"es": {
81-
"totalStrings": 483,
81+
"totalStrings": 484,
8282
"matchingEnglish": 25,
8383
"matchingEnglishPercent": 5.2
8484
},
8585
"fr": {
86-
"totalStrings": 483,
86+
"totalStrings": 484,
8787
"matchingEnglish": 36,
88-
"matchingEnglishPercent": 7.5
88+
"matchingEnglishPercent": 7.4
8989
},
9090
"id": {
91-
"totalStrings": 483,
91+
"totalStrings": 484,
9292
"matchingEnglish": 30,
9393
"matchingEnglishPercent": 6.2
9494
},
9595
"ja": {
96-
"totalStrings": 483,
96+
"totalStrings": 484,
9797
"matchingEnglish": 23,
9898
"matchingEnglishPercent": 4.8
9999
},
100100
"ko": {
101-
"totalStrings": 483,
101+
"totalStrings": 484,
102102
"matchingEnglish": 23,
103103
"matchingEnglishPercent": 4.8
104104
},
105105
"pt": {
106-
"totalStrings": 483,
106+
"totalStrings": 484,
107107
"matchingEnglish": 31,
108108
"matchingEnglishPercent": 6.4
109109
},
110110
"ru": {
111-
"totalStrings": 483,
111+
"totalStrings": 484,
112112
"matchingEnglish": 23,
113113
"matchingEnglishPercent": 4.8
114114
},
115115
"tr": {
116-
"totalStrings": 483,
116+
"totalStrings": 484,
117117
"matchingEnglish": 26,
118118
"matchingEnglishPercent": 5.4
119119
},
120120
"zh-Hans": {
121-
"totalStrings": 483,
121+
"totalStrings": 484,
122122
"matchingEnglish": 22,
123-
"matchingEnglishPercent": 4.6
123+
"matchingEnglishPercent": 4.5
124124
},
125125
"zh-Hant": {
126-
"totalStrings": 483,
126+
"totalStrings": 484,
127127
"matchingEnglish": 22,
128-
"matchingEnglishPercent": 4.6
128+
"matchingEnglishPercent": 4.5
129129
}
130130
},
131131
"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-08-03. Regenerate with `pnpm data-health:report`.
3+
Snapshot date: 2026-08-13. 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 | 483 | 39 | 8.1% |
41-
| es | 483 | 25 | 5.2% |
42-
| fr | 483 | 36 | 7.5% |
43-
| id | 483 | 30 | 6.2% |
44-
| ja | 483 | 23 | 4.8% |
45-
| ko | 483 | 23 | 4.8% |
46-
| pt | 483 | 31 | 6.4% |
47-
| ru | 483 | 23 | 4.8% |
48-
| tr | 483 | 26 | 5.4% |
49-
| zh-Hans | 483 | 22 | 4.6% |
50-
| zh-Hant | 483 | 22 | 4.6% |
40+
| de | 484 | 39 | 8.1% |
41+
| es | 484 | 25 | 5.2% |
42+
| fr | 484 | 36 | 7.4% |
43+
| id | 484 | 30 | 6.2% |
44+
| ja | 484 | 23 | 4.8% |
45+
| ko | 484 | 23 | 4.8% |
46+
| pt | 484 | 31 | 6.4% |
47+
| ru | 484 | 23 | 4.8% |
48+
| tr | 484 | 26 | 5.4% |
49+
| zh-Hans | 484 | 22 | 4.5% |
50+
| zh-Hant | 484 | 22 | 4.5% |
5151

5252
## Backlog by Issue Type
5353

0 commit comments

Comments
 (0)