diff --git a/README.md b/README.md index 86dfc1b..0c0c8e5 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,19 @@ A very simple Angular pipe for converting dates into a french time ago | Time Range | Pipe output | | ------------- | ------------- | | 0 - 30 seconds | à l'instant | -| 30 - 59 seconds | il y X seconds | -| 60 - 119 seconds | il y 1 minute | -| 2 - 59 minutes | il y X minutes | -| 60 minutes - 119 minutes | il y 1 heure | -| 2 - 23 heures | il y X heures | -| 24 heurs - 47 heures | il y 1 jour | -| 2 jours - 6 jours | il y X jours | -| 7 jours - 13 jours | il y 1 semaine | -| 2 semaines - 3 semaines | il y X semaines | -| 4 semaines - 7 semaines | il y 1 mois | -| 2 mois - 11 mois | il y X mois | -| 12 mois - 23 mois | il y 1 année | -| + 2 ans | il y X années | +| 30 - 59 seconds | il y a X seconds | +| 60 - 119 seconds | il y a 1 minute | +| 2 - 59 minutes | il y a X minutes | +| 60 minutes - 119 minutes | il y a 1 heure | +| 2 - 23 heures | il y a X heures | +| 24 heurs - 47 heures | il y a 1 jour | +| 2 jours - 6 jours | il y a X jours | +| 7 jours - 13 jours | il y a 1 semaine | +| 2 semaines - 3 semaines | il y a X semaines | +| 4 semaines - 7 semaines | il y a 1 mois | +| 2 mois - 11 mois | il y a X mois | +| 12 mois - 23 mois | il y a 1 année | +| + 2 ans | il y a X années | ## Installation diff --git a/package.json b/package.json index 00a648a..203ea2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-timeago-fr-pipe", - "version": "1.0.4", + "version": "1.0.5", "peerDependencies": { "@angular/common": "^8.2.14", "@angular/core": "^8.2.14"