Skip to content

Commit

Permalink
Fix german relative time
Browse files Browse the repository at this point in the history
  • Loading branch information
Petro31 committed Oct 14, 2024
1 parent 8abc441 commit f27e3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy_time.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
'_language': 'Deutsch',
'and': 'und',
'in': 'in',
'ago': 'vor',
'ago': 'vor %s',
'now': 'jetzt',
'lose': 'Du verlierst',
'gain': 'Du gewinnst',
Expand Down

0 comments on commit f27e3b1

Please sign in to comment.