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
+6 -6
View File
@@ -52,16 +52,16 @@
}, },
"quantityStrings": { "quantityStrings": {
"year": { "year": {
"plural": "{n] années", "plural": "{n} années",
"singular": "{n] année" "singular": "{n} année"
}, },
"day": { "day": {
"singular": "{n] jour", "singular": "{n} jour",
"plural": "{n] jours" "plural": "{n} jours"
}, },
"month": { "month": {
"singular": "{n] mois", "singular": "{n} mois",
"plural": "{n] mois" "plural": "{n} mois"
} }
} }
} }