add amount of closed periods in accordeon message

This commit is contained in:
2022-04-22 18:02:59 +02:00
parent 0cbcd91c3f
commit 6747cad210
3 changed files with 14 additions and 2 deletions

View File

@@ -114,3 +114,12 @@ household_composition:
few {# enfants dans le ménage}
other {# enfants dans le ménage}
}
periods:
number of periods: >-
{nb_items, plural,
=0 {Aucun }
one {un }
many {# }
other {# }
}