lang: fix typo in french

`{n]` instead of `{n}` meant expiry times on the user page weren't being
rendered.
pull/299/head
Harvey Tindall 1 year ago
parent f37451021f
commit 9c771e193e
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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"
}
}
}

Loading…
Cancel
Save