Skip to content
Snippets Groups Projects
Verified Commit 1dae4583 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Remove german string.

parent 6f379817
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ class CalendarWeek: ...@@ -52,7 +52,7 @@ class CalendarWeek:
self.week = int(today.strftime('%V')) self.week = int(today.strftime('%V'))
def __str__(self) -> str: def __str__(self) -> str:
return '%s %d (%s %s %s)' % (_('Kalenderwoche'), self.week, self[0], _('to'), self[-1]) return '%s %d (%s %s %s)' % (_('Calendar Week'), self.week, self[0], _('to'), self[-1])
def __len__(self) -> int: def __len__(self) -> int:
return 7 return 7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment