]> cat aescling's git repositories - mastodon.git/commitdiff
Revert #5438 for FR (#5450)
authorTechnowix <Technowix@users.noreply.github.com>
Wed, 18 Oct 2017 11:51:30 +0000 (13:51 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 18 Oct 2017 11:51:30 +0000 (13:51 +0200)
As said here https://github.com/tootsuite/mastodon/pull/5438 the point of shortening the timestamp is legit, and after some time of adaptation no mistakes can be mades.

app/javascript/mastodon/locales/fr.json

index 25b01122faf62175444da88ca582da7a2f0004b5..219bf4da12d6fe744485d4a981d55ef35367aab7 100644 (file)
   "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} j",
-  "relative_time.hours": "il y a {number} h",
+  "relative_time.days": "{number} j",
+  "relative_time.hours": "{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": "{number} min",
+  "relative_time.seconds": "{number} s",
   "reply_indicator.cancel": "Annuler",
   "report.placeholder": "Commentaires additionnels",
   "report.submit": "Envoyer",