File tree Expand file tree Collapse file tree 6 files changed +269
-42
lines changed Expand file tree Collapse file tree 6 files changed +269
-42
lines changed Original file line number Diff line number Diff line change 856
856
" code" ,
857
857
" bug"
858
858
]
859
+ },
860
+ {
861
+ "login" : " mrgah" ,
862
+ "name" : " mrgah" ,
863
+ "avatar_url" : " https://avatars.githubusercontent.com/u/11444003?v=4" ,
864
+ "profile" : " https://github.com/mrgah" ,
865
+ "contributions" : [
866
+ " code" ,
867
+ " review"
868
+ ]
859
869
}
860
870
],
861
871
"contributorsPerLine" : 7 ,
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
198
198
</tr>
199
199
<tr>
200
200
<td align="center" valign="top" width="14.28%"><a href="https://github.com/miguelalizo"><img src="https://avatars.githubusercontent.com/u/108839050?v=4?s=100" width="100px;" alt="miguelalizo"/><br /><sub><b>miguelalizo</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=miguelalizo" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Amiguelalizo" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/pyOpenSci/python-package-guide/commits?author=miguelalizo" title="Documentation">📖</a></td>
201
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/mrgah"><img src="https://avatars.githubusercontent.com/u/11444003?v=4?s=100" width="100px;" alt="mrgah"/><br /><sub><b>mrgah</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=mrgah" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Amrgah" title="Reviewed Pull Requests">👀</a></td>
201
202
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nyeshlur"><img src="https://avatars.githubusercontent.com/u/72169901?v=4?s=100" width="100px;" alt="nyeshlur"/><br /><sub><b>nyeshlur</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=nyeshlur" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Anyeshlur" title="Reviewed Pull Requests">👀</a></td>
202
203
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yang-ruoxi"><img src="https://avatars.githubusercontent.com/u/13646711?v=4?s=100" width="100px;" alt="ruoxi"/><br /><sub><b>ruoxi</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=yang-ruoxi" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Ayang-ruoxi" title="Reviewed Pull Requests">👀</a></td>
203
204
<td align="center" valign="top" width="14.28%"><a href="https://github.com/merwok"><img src="https://avatars.githubusercontent.com/u/635179?v=4?s=100" width="100px;" alt="Éric"/><br /><sub><b>Éric</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=merwok" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Amerwok" title="Reviewed Pull Requests">👀</a></td>
Original file line number Diff line number Diff line change
1
+ {
2
+ "es" : {
3
+ "continuous-integration" : {
4
+ "total" : 38 ,
5
+ "translated" : 0 ,
6
+ "fuzzy" : 0 ,
7
+ "untranslated" : 38 ,
8
+ "percentage" : 0.0
9
+ },
10
+ "CONTRIBUTING" : {
11
+ "total" : 124 ,
12
+ "translated" : 0 ,
13
+ "fuzzy" : 0 ,
14
+ "untranslated" : 124 ,
15
+ "percentage" : 0.0
16
+ },
17
+ "documentation" : {
18
+ "total" : 9 ,
19
+ "translated" : 8 ,
20
+ "fuzzy" : 1 ,
21
+ "untranslated" : 0 ,
22
+ "percentage" : 88.89
23
+ },
24
+ "index" : {
25
+ "total" : 14 ,
26
+ "translated" : 11 ,
27
+ "fuzzy" : 1 ,
28
+ "untranslated" : 2 ,
29
+ "percentage" : 78.57
30
+ },
31
+ "package-structure-code" : {
32
+ "total" : 131 ,
33
+ "translated" : 126 ,
34
+ "fuzzy" : 1 ,
35
+ "untranslated" : 4 ,
36
+ "percentage" : 96.18
37
+ },
38
+ "tests" : {
39
+ "total" : 1 ,
40
+ "translated" : 0 ,
41
+ "fuzzy" : 1 ,
42
+ "untranslated" : 0 ,
43
+ "percentage" : 0.0
44
+ },
45
+ "TRANSLATING" : {
46
+ "total" : 108 ,
47
+ "translated" : 0 ,
48
+ "fuzzy" : 0 ,
49
+ "untranslated" : 108 ,
50
+ "percentage" : 0.0
51
+ },
52
+ "tutorials" : {
53
+ "total" : 12 ,
54
+ "translated" : 11 ,
55
+ "fuzzy" : 1 ,
56
+ "untranslated" : 0 ,
57
+ "percentage" : 91.67
58
+ }
59
+ },
60
+ "ja" : {
61
+ "continuous-integration" : {
62
+ "total" : 38 ,
63
+ "translated" : 38 ,
64
+ "fuzzy" : 0 ,
65
+ "untranslated" : 0 ,
66
+ "percentage" : 100.0
67
+ },
68
+ "CONTRIBUTING" : {
69
+ "total" : 124 ,
70
+ "translated" : 124 ,
71
+ "fuzzy" : 0 ,
72
+ "untranslated" : 0 ,
73
+ "percentage" : 100.0
74
+ },
75
+ "documentation" : {
76
+ "total" : 468 ,
77
+ "translated" : 467 ,
78
+ "fuzzy" : 1 ,
79
+ "untranslated" : 0 ,
80
+ "percentage" : 99.79
81
+ },
82
+ "index" : {
83
+ "total" : 14 ,
84
+ "translated" : 11 ,
85
+ "fuzzy" : 1 ,
86
+ "untranslated" : 2 ,
87
+ "percentage" : 78.57
88
+ },
89
+ "package-structure-code" : {
90
+ "total" : 87 ,
91
+ "translated" : 86 ,
92
+ "fuzzy" : 1 ,
93
+ "untranslated" : 0 ,
94
+ "percentage" : 98.85
95
+ },
96
+ "tests" : {
97
+ "total" : 1 ,
98
+ "translated" : 0 ,
99
+ "fuzzy" : 1 ,
100
+ "untranslated" : 0 ,
101
+ "percentage" : 0.0
102
+ },
103
+ "TRANSLATING" : {
104
+ "total" : 25 ,
105
+ "translated" : 24 ,
106
+ "fuzzy" : 1 ,
107
+ "untranslated" : 0 ,
108
+ "percentage" : 96.0
109
+ },
110
+ "tutorials" : {
111
+ "total" : 12 ,
112
+ "translated" : 11 ,
113
+ "fuzzy" : 1 ,
114
+ "untranslated" : 0 ,
115
+ "percentage" : 91.67
116
+ }
117
+ }
118
+ }
You can’t perform that action at this time.
0 commit comments