diff --git a/main.py b/main.py index 80afae4..5565eab 100644 --- a/main.py +++ b/main.py @@ -281,13 +281,13 @@ def generate_commit_list(tz): title = translate['When I work'] subtitle = translate['I am an Early'] if morning + daytime >= evening + night else translate['I am a Night'] one_day = [ - {"name": "🌞 " + translate['Morning'], "text": str(morning) + " commits", + {"name": translate['Morning'], "text": str(morning) + " commits", "percent": round((morning / total_commits) * 100, 2)}, - {"name": "🌆 " + translate['Daytime'], "text": str(daytime) + " commits", + {"name": translate['Daytime'], "text": str(daytime) + " commits", "percent": round((daytime / total_commits) * 100, 2)}, - {"name": "🌃 " + translate['Evening'], "text": str(evening) + " commits", + {"name": translate['Evening'], "text": str(evening) + " commits", "percent": round((evening / total_commits) * 100, 2)}, - {"name": "🌙 " + translate['Night'], "text": str(night) + " commits", + {"name": translate['Night'], "text": str(night) + " commits", "percent": round((night / total_commits) * 100, 2)}, ] commits_by_day = [ diff --git a/translation.json b/translation.json index 59ae7ae..b5ae3cd 100644 --- a/translation.json +++ b/translation.json @@ -71,8 +71,8 @@ "private repository": "%d Private Repository", "private repositories": "%d Private Repositories", "When I work": "When I work", - "I am an Early": "I'm an Early 🐤", - "I am a Night": "I'm a Night 🦉" + "I am an Early": "I work mostly in the mornings", + "I am a Night": "I work mostly in the evenings" }, "bn": { "Monday": "সোমবার",