diff options
author | Technowix <Technowix@users.noreply.github.com> | 2017-10-18 13:51:30 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-18 13:51:30 +0200 |
commit | edf9a5e4fc6f169e7f7a4b08e3203a14213e0fef (patch) | |
tree | 1797f52d0cf28e959e01457905fc2d21c31c8499 | |
parent | c710069c12c116f48544eb90ae05eb3727d3a1a5 (diff) |
Revert #5438 for FR (#5450)
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.
-rw-r--r-- | app/javascript/mastodon/locales/fr.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/javascript/mastodon/locales/fr.json b/app/javascript/mastodon/locales/fr.json index 25b01122f..219bf4da1 100644 --- a/app/javascript/mastodon/locales/fr.json +++ b/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} 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", |