fix: lowercase in fr.json

This commit is contained in:
shimeoki
2025-07-30 13:28:11 +03:00
parent 14d1c71d7e
commit 6c995df40a

View File

@@ -358,16 +358,16 @@
"other": "{} URLs"
},
"minute": {
"one": "{} Minute",
"other": "{} Minutes"
"one": "{} minute",
"other": "{} minutes"
},
"hour": {
"one": "{} Heure",
"other": "{} Heures"
"one": "{} heure",
"other": "{} heures"
},
"day": {
"one": "{} Jour",
"other": "{} Jours"
"one": "{} jour",
"other": "{} jours"
},
"clearedNLogsBeforeXAfterY": {
"one": "Nettoyage du journal {n} (avant = {before}, après = {after})",