Feature: add timespent on "show" page

This commit is contained in:
2023-03-24 18:16:44 +01:00
parent 322ff32e5d
commit 4319b0d804
3 changed files with 23 additions and 1 deletions

View File

@@ -45,3 +45,12 @@ workflow:
few {# workflows}
other {# workflows}
}
duration:
minute: >-
{m, plural,
=0 {Aucune durée}
one {# minute}
few {# minutes}
other {# minutes}
}