lang: fix typo in french

`{n]` instead of `{n}` meant expiry times on the user page weren't being
rendered.
This commit is contained in:
Harvey Tindall 2023-10-10 10:22:22 +01:00
parent f37451021f
commit 9c771e193e
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 6 additions and 6 deletions

View File

@ -52,16 +52,16 @@
},
"quantityStrings": {
"year": {
"plural": "{n] années",
"singular": "{n] année"
"plural": "{n} années",
"singular": "{n} année"
},
"day": {
"singular": "{n] jour",
"plural": "{n] jours"
"singular": "{n} jour",
"plural": "{n} jours"
},
"month": {
"singular": "{n] mois",
"plural": "{n] mois"
"singular": "{n} mois",
"plural": "{n} mois"
}
}
}