mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-15 16:47:36 +00:00
Expand timeSpent choices for evaluation document and translate them to user locale or fallback 'fr'
This commit is contained in:
@@ -127,6 +127,20 @@ duration:
|
||||
few {# minutes}
|
||||
other {# minutes}
|
||||
}
|
||||
hour: >-
|
||||
{h, plural,
|
||||
=0 {Aucune durée}
|
||||
one {# heure}
|
||||
few {# heures}
|
||||
other {# heures}
|
||||
}
|
||||
day: >-
|
||||
{d, plural,
|
||||
=0 {Aucune durée}
|
||||
one {# jour}
|
||||
few {# jours}
|
||||
other {# jours}
|
||||
}
|
||||
|
||||
filter_order:
|
||||
by_date:
|
||||
|
||||
Reference in New Issue
Block a user