Skip to content

Commit 6064f84

Browse files
committed
chore(data): refresh health snapshot
1 parent c90de21 commit 6064f84

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": 411,
76+
"totalStrings": 416,
7777
"matchingEnglish": 113,
78-
"matchingEnglishPercent": 27.5
78+
"matchingEnglishPercent": 27.2
7979
},
8080
"es": {
81-
"totalStrings": 411,
81+
"totalStrings": 416,
8282
"matchingEnglish": 104,
83-
"matchingEnglishPercent": 25.3
83+
"matchingEnglishPercent": 25
8484
},
8585
"fr": {
86-
"totalStrings": 411,
86+
"totalStrings": 416,
8787
"matchingEnglish": 115,
88-
"matchingEnglishPercent": 28
88+
"matchingEnglishPercent": 27.6
8989
},
9090
"id": {
91-
"totalStrings": 411,
91+
"totalStrings": 416,
9292
"matchingEnglish": 149,
93-
"matchingEnglishPercent": 36.3
93+
"matchingEnglishPercent": 35.8
9494
},
9595
"ja": {
96-
"totalStrings": 411,
96+
"totalStrings": 416,
9797
"matchingEnglish": 107,
98-
"matchingEnglishPercent": 26
98+
"matchingEnglishPercent": 25.7
9999
},
100100
"ko": {
101-
"totalStrings": 411,
101+
"totalStrings": 416,
102102
"matchingEnglish": 115,
103-
"matchingEnglishPercent": 28
103+
"matchingEnglishPercent": 27.6
104104
},
105105
"pt": {
106-
"totalStrings": 411,
106+
"totalStrings": 416,
107107
"matchingEnglish": 114,
108-
"matchingEnglishPercent": 27.7
108+
"matchingEnglishPercent": 27.4
109109
},
110110
"ru": {
111-
"totalStrings": 411,
111+
"totalStrings": 416,
112112
"matchingEnglish": 124,
113-
"matchingEnglishPercent": 30.2
113+
"matchingEnglishPercent": 29.8
114114
},
115115
"tr": {
116-
"totalStrings": 411,
116+
"totalStrings": 416,
117117
"matchingEnglish": 125,
118-
"matchingEnglishPercent": 30.4
118+
"matchingEnglishPercent": 30
119119
},
120120
"zh-Hans": {
121-
"totalStrings": 411,
121+
"totalStrings": 416,
122122
"matchingEnglish": 98,
123-
"matchingEnglishPercent": 23.8
123+
"matchingEnglishPercent": 23.6
124124
},
125125
"zh-Hant": {
126-
"totalStrings": 411,
126+
"totalStrings": 416,
127127
"matchingEnglish": 98,
128-
"matchingEnglishPercent": 23.8
128+
"matchingEnglishPercent": 23.6
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 | 411 | 113 | 27.5% |
41-
| es | 411 | 104 | 25.3% |
42-
| fr | 411 | 115 | 28% |
43-
| id | 411 | 149 | 36.3% |
44-
| ja | 411 | 107 | 26% |
45-
| ko | 411 | 115 | 28% |
46-
| pt | 411 | 114 | 27.7% |
47-
| ru | 411 | 124 | 30.2% |
48-
| tr | 411 | 125 | 30.4% |
49-
| zh-Hans | 411 | 98 | 23.8% |
50-
| zh-Hant | 411 | 98 | 23.8% |
40+
| de | 416 | 113 | 27.2% |
41+
| es | 416 | 104 | 25% |
42+
| fr | 416 | 115 | 27.6% |
43+
| id | 416 | 149 | 35.8% |
44+
| ja | 416 | 107 | 25.7% |
45+
| ko | 416 | 115 | 27.6% |
46+
| pt | 416 | 114 | 27.4% |
47+
| ru | 416 | 124 | 29.8% |
48+
| tr | 416 | 125 | 30% |
49+
| zh-Hans | 416 | 98 | 23.6% |
50+
| zh-Hant | 416 | 98 | 23.6% |
5151

5252
## Backlog by Issue Type
5353

0 commit comments

Comments
 (0)