Skip to content

Commit e814378

Browse files
committed
update de completeness
1 parent f7dc108 commit e814378

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Ensure you have created a GitHub personal access token and saved it as a `GITHUB
7171
| --- | --- | --- | --- |
7272
| Brazilian Portuguese | [pt-BR](resources/lang/pt-BR.json) | 392 (100%) | [henryavila](https://github.com/henryavila), [pedrofurtado](https://github.com/pedrofurtado), [eduardokum](https://github.com/eduardokum), [saulo-silva](https://github.com/saulo-silva), [chbbc](https://github.com/chbbc), [IgorDePaula](https://github.com/IgorDePaula), [hivokas](https://github.com/hivokas) |
7373
| English | [en](resources/lang/en.json) | 392 (100%) | [taylorotwell](https://github.com/taylorotwell), [bonzai](https://github.com/bonzai), [davidhemphill](https://github.com/davidhemphill), [themsaid](https://github.com/themsaid), [mziraki](https://github.com/mziraki), [kitbs](https://github.com/kitbs), [hivokas](https://github.com/hivokas) |
74+
| German | [de](resources/lang/de.json) | 392 (100%) | [pille1842](https://github.com/pille1842), [shieraki](https://github.com/shieraki), [kitbs](https://github.com/kitbs), [hivokas](https://github.com/hivokas), [dakira](https://github.com/dakira) |
7475
| Chinese (Simplified) | [zh-CN](resources/lang/zh-CN.json) | 387 (98.7%) | [jcc](https://github.com/jcc), [zacksleo](https://github.com/zacksleo), [hivokas](https://github.com/hivokas) |
7576
| Chinese (Traditional) | [zh-TW](resources/lang/zh-TW.json) | 387 (98.7%) | [CasperLaiTW](https://github.com/CasperLaiTW), [zacksleo](https://github.com/zacksleo), [hivokas](https://github.com/hivokas) |
7677
| French | [fr](resources/lang/fr.json) | 387 (98.7%) | [MarceauKa](https://github.com/MarceauKa), [InfinityWebMe](https://github.com/InfinityWebMe), [Arryan](https://github.com/Arryan), [hivokas](https://github.com/hivokas), [KillianH](https://github.com/KillianH) |
77-
| German | [de](resources/lang/de.json) | 387 (98.7%) | [pille1842](https://github.com/pille1842), [shieraki](https://github.com/shieraki), [kitbs](https://github.com/kitbs), [hivokas](https://github.com/hivokas), [dakira](https://github.com/dakira) |
7878
| Spanish | [es](resources/lang/es.json) | 382 (97.4%) | [joebordes](https://github.com/joebordes), [ajmariduena](https://github.com/ajmariduena), [Arryan](https://github.com/Arryan), [hivokas](https://github.com/hivokas), [xcodinas](https://github.com/xcodinas), [dgtal](https://github.com/dgtal), [rodrigore](https://github.com/rodrigore) |
7979
| Farsi | [fa](resources/lang/fa.json) | 374 (95.4%) | [alirezamirsepassi](https://github.com/alirezamirsepassi), [mziraki](https://github.com/mziraki) |
8080
| Russian | [ru](resources/lang/ru.json) | 371 (94.6%) | [S-anasol](https://github.com/S-anasol), [deadem](https://github.com/deadem), [hivokas](https://github.com/hivokas), [Sanasol](https://github.com/Sanasol), [estim](https://github.com/estim) |

contributors.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@
2525
"hivokas": 3
2626
}
2727
},
28+
"de": {
29+
"name": "German",
30+
"complete": 392,
31+
"contributors": {
32+
"pille1842": 71,
33+
"shieraki": 27,
34+
"kitbs": 20,
35+
"hivokas": 3,
36+
"dakira": 2
37+
}
38+
},
2839
"zh-CN": {
2940
"name": "Chinese (Simplified)",
3041
"complete": 387,
@@ -54,17 +65,6 @@
5465
"KillianH": 2
5566
}
5667
},
57-
"de": {
58-
"name": "German",
59-
"complete": 387,
60-
"contributors": {
61-
"pille1842": 71,
62-
"shieraki": 27,
63-
"kitbs": 20,
64-
"hivokas": 3,
65-
"dakira": 2
66-
}
67-
},
6868
"es": {
6969
"name": "Spanish",
7070
"complete": 382,

0 commit comments

Comments
 (0)