Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified locale/cs/LC_MESSAGES/timetracker.mo
Binary file not shown.
2,606 changes: 2,158 additions & 448 deletions locale/cs/LC_MESSAGES/timetracker.po

Large diffs are not rendered by default.

Binary file modified locale/de/LC_MESSAGES/timetracker.mo
Binary file not shown.
2,978 changes: 2,212 additions & 766 deletions locale/de/LC_MESSAGES/timetracker.po

Large diffs are not rendered by default.

Binary file modified locale/en/LC_MESSAGES/timetracker.mo
Binary file not shown.
3,023 changes: 2,282 additions & 741 deletions locale/en/LC_MESSAGES/timetracker.po

Large diffs are not rendered by default.

Binary file modified locale/es/LC_MESSAGES/timetracker.mo
Binary file not shown.
3,327 changes: 2,335 additions & 992 deletions locale/es/LC_MESSAGES/timetracker.po

Large diffs are not rendered by default.

Binary file modified locale/fr/LC_MESSAGES/timetracker.mo
Binary file not shown.
3,360 changes: 2,399 additions & 961 deletions locale/fr/LC_MESSAGES/timetracker.po

Large diffs are not rendered by default.

2,476 changes: 2,476 additions & 0 deletions locale/timetracker.pot

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tt/TimeTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TimeTracker:

The data is loaded from and saved to a JSON file.
"""
VERSION = "3.14"
VERSION = "3.15"
STATUS_OPEN = "open"
STATUS_CLOSED = "closed"
STATUS_DONE = "done"
Expand Down
Loading