diff options
author | JohnD28 <32609514+JohnD28@users.noreply.github.com> | 2017-10-18 09:47:14 +0200 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-10-18 16:47:14 +0900 |
commit | e7099d8d9ede66793d8c26838a33943a93414075 (patch) | |
tree | 0ad21e34557bea76beb23a4f28152fba44d5f663 /app/javascript | |
parent | 637ea3bb5bb25eaadf9278b63e1b209ec291c4f4 (diff) |
fr.json typo (realtive time) (#5447)
Typo correction : https://fr.wikipedia.org/wiki/Heure#Typographie
Diffstat (limited to 'app/javascript')
-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 a607b16b9..25b01122f 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} 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", |