Skip to content

Commit bbcd429

Browse files
committed
fix(i18n): reconcile refreshed collections
1 parent 56f6410 commit bbcd429

29 files changed

Lines changed: 241 additions & 213 deletions

data/data-health.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"verifiedRecords": 215,
1616
"provenanceComplete": 215,
1717
"staleVerifiedRecords": 0,
18-
"translationPlaceholderValues": 1191,
18+
"translationPlaceholderValues": 300,
1919
"danglingRelationships": 0,
2020
"modelBenchmarkCoverage": 9.5,
2121
"productsWithPricing": 67,
@@ -73,59 +73,59 @@
7373
},
7474
"translationsByLocale": {
7575
"de": {
76-
"totalStrings": 448,
77-
"matchingEnglish": 106,
78-
"matchingEnglishPercent": 23.7
76+
"totalStrings": 446,
77+
"matchingEnglish": 39,
78+
"matchingEnglishPercent": 8.7
7979
},
8080
"es": {
81-
"totalStrings": 448,
82-
"matchingEnglish": 98,
83-
"matchingEnglishPercent": 21.9
81+
"totalStrings": 446,
82+
"matchingEnglish": 25,
83+
"matchingEnglishPercent": 5.6
8484
},
8585
"fr": {
86-
"totalStrings": 448,
87-
"matchingEnglish": 109,
88-
"matchingEnglishPercent": 24.3
86+
"totalStrings": 446,
87+
"matchingEnglish": 36,
88+
"matchingEnglishPercent": 8.1
8989
},
9090
"id": {
91-
"totalStrings": 448,
92-
"matchingEnglish": 142,
93-
"matchingEnglishPercent": 31.7
91+
"totalStrings": 446,
92+
"matchingEnglish": 30,
93+
"matchingEnglishPercent": 6.7
9494
},
9595
"ja": {
96-
"totalStrings": 448,
97-
"matchingEnglish": 100,
98-
"matchingEnglishPercent": 22.3
96+
"totalStrings": 446,
97+
"matchingEnglish": 23,
98+
"matchingEnglishPercent": 5.2
9999
},
100100
"ko": {
101-
"totalStrings": 448,
102-
"matchingEnglish": 108,
103-
"matchingEnglishPercent": 24.1
101+
"totalStrings": 446,
102+
"matchingEnglish": 23,
103+
"matchingEnglishPercent": 5.2
104104
},
105105
"pt": {
106-
"totalStrings": 448,
107-
"matchingEnglish": 108,
108-
"matchingEnglishPercent": 24.1
106+
"totalStrings": 446,
107+
"matchingEnglish": 31,
108+
"matchingEnglishPercent": 7
109109
},
110110
"ru": {
111-
"totalStrings": 448,
112-
"matchingEnglish": 117,
113-
"matchingEnglishPercent": 26.1
111+
"totalStrings": 446,
112+
"matchingEnglish": 23,
113+
"matchingEnglishPercent": 5.2
114114
},
115115
"tr": {
116-
"totalStrings": 448,
117-
"matchingEnglish": 119,
118-
"matchingEnglishPercent": 26.6
116+
"totalStrings": 446,
117+
"matchingEnglish": 26,
118+
"matchingEnglishPercent": 5.8
119119
},
120120
"zh-Hans": {
121-
"totalStrings": 448,
122-
"matchingEnglish": 92,
123-
"matchingEnglishPercent": 20.5
121+
"totalStrings": 446,
122+
"matchingEnglish": 22,
123+
"matchingEnglishPercent": 4.9
124124
},
125125
"zh-Hant": {
126-
"totalStrings": 448,
127-
"matchingEnglish": 92,
128-
"matchingEnglishPercent": 20.5
126+
"totalStrings": 446,
127+
"matchingEnglish": 22,
128+
"matchingEnglishPercent": 4.9
129129
}
130130
},
131131
"issues": [

docs/DATA-HEALTH.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Snapshot date: 2026-07-31. Regenerate with `pnpm data-health:report`.
1111
| Verified records | 215 |
1212
| Verified with complete provenance | 215 |
1313
| Stale verified records | 0 |
14-
| Non-English values identical to English | 1191 |
14+
| Non-English values identical to English | 300 |
1515
| Dangling product relationships | 0 |
1616
| Model benchmark coverage | 9.5% |
1717
| Products with pricing | 67/67 |
@@ -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 | 448 | 106 | 23.7% |
41-
| es | 448 | 98 | 21.9% |
42-
| fr | 448 | 109 | 24.3% |
43-
| id | 448 | 142 | 31.7% |
44-
| ja | 448 | 100 | 22.3% |
45-
| ko | 448 | 108 | 24.1% |
46-
| pt | 448 | 108 | 24.1% |
47-
| ru | 448 | 117 | 26.1% |
48-
| tr | 448 | 119 | 26.6% |
49-
| zh-Hans | 448 | 92 | 20.5% |
50-
| zh-Hant | 448 | 92 | 20.5% |
40+
| de | 446 | 39 | 8.7% |
41+
| es | 446 | 25 | 5.6% |
42+
| fr | 446 | 36 | 8.1% |
43+
| id | 446 | 30 | 6.7% |
44+
| ja | 446 | 23 | 5.2% |
45+
| ko | 446 | 23 | 5.2% |
46+
| pt | 446 | 31 | 7% |
47+
| ru | 446 | 23 | 5.2% |
48+
| tr | 446 | 26 | 5.8% |
49+
| zh-Hans | 446 | 22 | 4.9% |
50+
| zh-Hant | 446 | 22 | 4.9% |
5151

5252
## Backlog by Issue Type
5353

manifests/collections.json

Lines changed: 77 additions & 77 deletions
Large diffs are not rendered by default.

scripts/validate/i18n-exact-english-baseline.json

Lines changed: 66 additions & 14 deletions
Large diffs are not rendered by default.

src/lib/generated/metadata.ts

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

translations/de/pages/model-compare.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"outputPrice": "Ausgabepreis",
1212
"releaseDate": "Veröffentlichungsdatum",
1313
"selectModel": "Modell auswählen",
14-
"selectTwoModels": "Zwei Modelle zum Vergleichen auswählen",
15-
"verified": "Verifiziert"
14+
"selectTwoModels": "Zwei Modelle zum Vergleichen auswählen"
1615
}

translations/de/shared.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"vendors": "Alle Hersteller"
4848
},
4949
"plural": {
50-
"collections": "Sammlungen",
5150
"clis": "CLIs",
5251
"desktops": "Desktop-Apps",
5352
"extensions": "Erweiterungen",

translations/en/pages/model-compare.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"outputPrice": "Output Price",
1212
"releaseDate": "Release Date",
1313
"selectModel": "Select a model",
14-
"selectTwoModels": "Select two models to compare",
15-
"verified": "Verified"
14+
"selectTwoModels": "Select two models to compare"
1615
}

translations/en/shared.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"vendors": "All Vendors"
4848
},
4949
"plural": {
50-
"collections": "Collections",
5150
"clis": "CLIs",
5251
"desktops": "Desktop",
5352
"extensions": "Extensions",

translations/es/pages/model-compare.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"outputPrice": "Precio de salida",
1212
"releaseDate": "Fecha de lanzamiento",
1313
"selectModel": "Seleccionar un modelo",
14-
"selectTwoModels": "Selecciona dos modelos para comparar",
15-
"verified": "Verificado"
14+
"selectTwoModels": "Selecciona dos modelos para comparar"
1615
}

0 commit comments

Comments
 (0)