Skip to content

Commit

Permalink
Typos correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Faouzii committed Feb 18, 2021
1 parent 8bd2430 commit 4ed4819
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4ed4819

Please sign in to comment.