Browse Source

fr.json typo (realtive time) (#5447)

Typo correction : https://fr.wikipedia.org/wiki/Heure#Typographie
JohnD28 6 years ago
parent
commit
e7099d8d9e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/javascript/mastodon/locales/fr.json

+ 4 - 4
app/javascript/mastodon/locales/fr.json

@@ -159,11 +159,11 @@
   "privacy.public.short": "Public",
   "privacy.unlisted.long": "Ne pas afficher dans les fils publics",
   "privacy.unlisted.short": "Non-listé",
-  "relative_time.days": "il y a {number} jour",
-  "relative_time.hours": "il y a {number}h",
+  "relative_time.days": "il y a {number} j",
+  "relative_time.hours": "il y a {number} h",
   "relative_time.just_now": "à l’instant",
-  "relative_time.minutes": "il y a {number} min.",
-  "relative_time.seconds": "il y a {number}s",
+  "relative_time.minutes": "il y a {number} min",
+  "relative_time.seconds": "il y a {number} s",
   "reply_indicator.cancel": "Annuler",
   "report.placeholder": "Commentaires additionnels",
   "report.submit": "Envoyer",