You've already forked wakapi-readme-stats
Merge branch 'master' into Alpha
This commit is contained in:
@@ -350,6 +350,15 @@ Contributions are welcome! ♥! Please share any features, and add unit tests! U
|
||||
|
||||
- [Gustavo Barbosa](https://github.com/gusbdev)
|
||||
|
||||
- [eagleanurag](https://github.com/eagleanurag)
|
||||
|
||||
- [Aravind V. Nair](https://github.com/aravindvnair99)
|
||||
|
||||
- [Raman Preet Singh](https://github.com/raman08)
|
||||
|
||||
- [Hayat Tamboli](https://github.com/hayat-tamboli)
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
@@ -71,6 +71,10 @@
|
||||
"color": "#aa2afe",
|
||||
"url": "https://github.com/trending?l=Arc"
|
||||
},
|
||||
"Arduino": {
|
||||
"color": null,
|
||||
"url": "https://github.com/trending?l=Arduino"
|
||||
},
|
||||
"ASP": {
|
||||
"color": "#6a40fd",
|
||||
"url": "https://github.com/trending?l=ASP"
|
||||
@@ -1295,6 +1299,10 @@
|
||||
"color": null,
|
||||
"url": "https://github.com/trending?l=Scilab"
|
||||
},
|
||||
"SCSS": {
|
||||
"color": "#c6538c",
|
||||
"url": "https://github.com/trending?l=SCSS"
|
||||
},
|
||||
"sed": {
|
||||
"color": "#64b970",
|
||||
"url": "https://github.com/trending?l=sed"
|
||||
|
||||
3
main.py
3
main.py
@@ -468,9 +468,6 @@ def get_stats(github):
|
||||
|
||||
def star_me():
|
||||
requests.put("https://api.github.com/user/starred/anmol098/waka-readme-stats", headers=headers)
|
||||
requests.put("https://api.github.com/user/starred/anmol098/anmol098", headers=headers)
|
||||
requests.put("https://api.github.com/user/following/anmol098", headers=headers)
|
||||
requests.put("https://api.github.com/user/following/prabhatdev", headers=headers)
|
||||
|
||||
|
||||
def decode_readme(data: str):
|
||||
|
||||
@@ -183,5 +183,42 @@
|
||||
"private repositories": "المستودعات الخاصة",
|
||||
"I am an Early": "أنا كالعصفور 🐤 في الصباح",
|
||||
"I am a Night": "أنا كالبومة 🦉 في الليل"
|
||||
},
|
||||
"pt-BR": {
|
||||
"Monday": "Segunda-Feira",
|
||||
"Tuesday": "Terça-Feira",
|
||||
"Wednesday": "Quarta-Feira",
|
||||
"Thursday": "Quinta-Feira",
|
||||
"Friday": "Sexta-Feira",
|
||||
"Saturday": "sábado",
|
||||
"Sunday": "domingo",
|
||||
"Morning": "Manhã",
|
||||
"Daytime": "Tarde",
|
||||
"Evening": "Noite",
|
||||
"Night": "Madrugada",
|
||||
"Languages": "Linguagens de programação",
|
||||
"Editors": "Editores",
|
||||
"operating system": "Sistema operacional",
|
||||
"Projects": "Projetos",
|
||||
"Timezone": "Fuso horário",
|
||||
"Contributions in the year": "Contribuições no ano",
|
||||
"Used in GitHub's Storage": "Usado no armazenamento do Github",
|
||||
"Opted to Hire": "Optou por contratar",
|
||||
"Not Opted to Hire": "Não optou por contratar",
|
||||
"Profile Views": "Visualizacões do perfil",
|
||||
"From Hello World I have written": "Desde o Hello World eu escrevi",
|
||||
"I am Most Productive on": "Sou mais produtivo em",
|
||||
"This Week I Spend My Time On": "Esta semana eu gastei meu tempo em",
|
||||
"I Mostly Code in": "Eu principalmente codifico em",
|
||||
"Timeline": "Linha do tempo",
|
||||
"No Activity Tracked This Week": "Nenhuma atividade rastreada esta semana",
|
||||
"My GitHub Data": "Meus dados no Github",
|
||||
"Lines of code": "linhas de código",
|
||||
"public repository": "Repositório Público",
|
||||
"public repositories": "Repositórios Públicos",
|
||||
"private repository": "Repositório Privado",
|
||||
"private repositories": "Repositórios Privados",
|
||||
"I am an Early": "Eu sou diurno 🐤",
|
||||
"I am a Night": "Eu sou noturno 🦉"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user