Merge pull request #65 from Tkd-Alex/Alpha

Italian grammar fix + Order project's list.
This commit is contained in:
Anmol Pratap Singh
2020-08-17 16:25:46 +05:30
committed by GitHub
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
node_modules/
__pycache__/
.vscode

View File

@@ -329,6 +329,8 @@ def get_waka_time_stats():
if len(data['data']['projects']) == 0:
project_list = no_activity
else:
# Re-order the project list by percentage
data['data']['projects'] = sorted(data['data']['projects'], key=lambda x: x["percent"], reverse=True)
project_list = make_list(data['data']['projects'])
stats = stats + '🐱‍💻 ' + translate['Projects'] + ': \n' + project_list + '\n\n'

View File

@@ -96,7 +96,7 @@
"Not Opted to Hire": "Non disponibile per assunzioni/colloqui",
"Profile Views": "Visite al profilo",
"From Hello World I have written": "Dal mio primo Hello World ho scritto ",
"I am Most Productive on": "Sono piu' produttivo il",
"I am Most Productive on": "Sono piu' produttivo di",
"This Week I Spend My Time On": "Questa settimana ho speso il mio tempo su",
"I Mostly Code in": "Solitamente programmo in",
"Timeline": "Linea temporale",