You've already forked wakapi-readme-stats
update: format in I am Most Productive on, full-width character in korean for indent
This commit is contained in:
2
main.py
2
main.py
@@ -280,7 +280,7 @@ def generate_commit_list(tz):
|
||||
for day in dayOfWeek:
|
||||
if day['percent'] > max_element['percent']:
|
||||
max_element = day
|
||||
days_title = translate['I am Most Productive on'] + ' ' + max_element['name']
|
||||
days_title = translate['I am Most Productive on'] % max_element['name']
|
||||
string = string + '📅 **' + days_title + '** \n\n' + '```text\n' + make_commit_list(dayOfWeek) + '\n\n```\n'
|
||||
|
||||
return string
|
||||
|
||||
Reference in New Issue
Block a user