1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-01 15:17:47 +02:00

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

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