Skip to content
Snippets Groups Projects
Verified Commit c979e71d authored by Damien's avatar Damien
Browse files

[REFACTORING] janv

parent b50f2f52
No related branches found
No related tags found
No related merge requests found
...@@ -15,14 +15,14 @@ export class TimeAgoPipe implements PipeTransform, OnDestroy { ...@@ -15,14 +15,14 @@ export class TimeAgoPipe implements PipeTransform, OnDestroy {
let minuteNumber = ('0' + d.getMinutes()).slice(-2) let minuteNumber = ('0' + d.getMinutes()).slice(-2)
let now = new Date(); let now = new Date();
let month = new Array(); let month = new Array();
month[0] = "Jav."; month[0] = "Jan.";
month[1] = "Fév."; month[1] = "Fév.";
month[2] = "Mars"; month[2] = "Mars";
month[3] = "Avr."; month[3] = "Avr.";
month[4] = "Mai"; month[4] = "Mai";
month[5] = "Juin"; month[5] = "Juin";
month[6] = "Juil."; month[6] = "Juil.";
month[7] = "Aoû."; month[7] = "Août";
month[8] = "Sept."; month[8] = "Sept.";
month[9] = "Oct."; month[9] = "Oct.";
month[10] = "Nov."; month[10] = "Nov.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment