Skip to content

Commit 0794922

Browse files
committed
chore(data): refresh SEO translation health snapshot
1 parent 436a8a0 commit 0794922

2 files changed

Lines changed: 33 additions & 33 deletions

File tree

data/data-health.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -73,59 +73,59 @@
7373
},
7474
"translationsByLocale": {
7575
"de": {
76-
"totalStrings": 423,
76+
"totalStrings": 442,
7777
"matchingEnglish": 106,
78-
"matchingEnglishPercent": 25.1
78+
"matchingEnglishPercent": 24
7979
},
8080
"es": {
81-
"totalStrings": 423,
81+
"totalStrings": 442,
8282
"matchingEnglish": 98,
83-
"matchingEnglishPercent": 23.2
83+
"matchingEnglishPercent": 22.2
8484
},
8585
"fr": {
86-
"totalStrings": 423,
86+
"totalStrings": 442,
8787
"matchingEnglish": 108,
88-
"matchingEnglishPercent": 25.5
88+
"matchingEnglishPercent": 24.4
8989
},
9090
"id": {
91-
"totalStrings": 423,
91+
"totalStrings": 442,
9292
"matchingEnglish": 142,
93-
"matchingEnglishPercent": 33.6
93+
"matchingEnglishPercent": 32.1
9494
},
9595
"ja": {
96-
"totalStrings": 423,
96+
"totalStrings": 442,
9797
"matchingEnglish": 100,
98-
"matchingEnglishPercent": 23.6
98+
"matchingEnglishPercent": 22.6
9999
},
100100
"ko": {
101-
"totalStrings": 423,
101+
"totalStrings": 442,
102102
"matchingEnglish": 108,
103-
"matchingEnglishPercent": 25.5
103+
"matchingEnglishPercent": 24.4
104104
},
105105
"pt": {
106-
"totalStrings": 423,
106+
"totalStrings": 442,
107107
"matchingEnglish": 108,
108-
"matchingEnglishPercent": 25.5
108+
"matchingEnglishPercent": 24.4
109109
},
110110
"ru": {
111-
"totalStrings": 423,
111+
"totalStrings": 442,
112112
"matchingEnglish": 117,
113-
"matchingEnglishPercent": 27.7
113+
"matchingEnglishPercent": 26.5
114114
},
115115
"tr": {
116-
"totalStrings": 423,
116+
"totalStrings": 442,
117117
"matchingEnglish": 119,
118-
"matchingEnglishPercent": 28.1
118+
"matchingEnglishPercent": 26.9
119119
},
120120
"zh-Hans": {
121-
"totalStrings": 423,
121+
"totalStrings": 442,
122122
"matchingEnglish": 92,
123-
"matchingEnglishPercent": 21.7
123+
"matchingEnglishPercent": 20.8
124124
},
125125
"zh-Hant": {
126-
"totalStrings": 423,
126+
"totalStrings": 442,
127127
"matchingEnglish": 92,
128-
"matchingEnglishPercent": 21.7
128+
"matchingEnglishPercent": 20.8
129129
}
130130
},
131131
"issues": [

docs/DATA-HEALTH.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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 | 423 | 106 | 25.1% |
41-
| es | 423 | 98 | 23.2% |
42-
| fr | 423 | 108 | 25.5% |
43-
| id | 423 | 142 | 33.6% |
44-
| ja | 423 | 100 | 23.6% |
45-
| ko | 423 | 108 | 25.5% |
46-
| pt | 423 | 108 | 25.5% |
47-
| ru | 423 | 117 | 27.7% |
48-
| tr | 423 | 119 | 28.1% |
49-
| zh-Hans | 423 | 92 | 21.7% |
50-
| zh-Hant | 423 | 92 | 21.7% |
40+
| de | 442 | 106 | 24% |
41+
| es | 442 | 98 | 22.2% |
42+
| fr | 442 | 108 | 24.4% |
43+
| id | 442 | 142 | 32.1% |
44+
| ja | 442 | 100 | 22.6% |
45+
| ko | 442 | 108 | 24.4% |
46+
| pt | 442 | 108 | 24.4% |
47+
| ru | 442 | 117 | 26.5% |
48+
| tr | 442 | 119 | 26.9% |
49+
| zh-Hans | 442 | 92 | 20.8% |
50+
| zh-Hant | 442 | 92 | 20.8% |
5151

5252
## Backlog by Issue Type
5353

0 commit comments

Comments
 (0)