1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 09:00:10 +00: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": {
"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"
}
}
}