Skip to content

Commit

Permalink
Revert mastodon#5438 for FR (mastodon#5450)
Browse files Browse the repository at this point in the history
As said here mastodon#5438 the point of shortening the timestamp is legit, and after some time of adaptation no mistakes can be mades.
  • Loading branch information
Technowix authored and cobodo committed Oct 20, 2017
1 parent fd538c3 commit 6e93e77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/javascript/mastodon/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6e93e77

Please sign in to comment.