angular-timeago
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -27,3 +27,3 @@ { | ||
}, | ||
"version": "0.1.7" | ||
"version": "0.1.8" | ||
} |
@@ -8,3 +8,3 @@ { | ||
"description": "Angular directive/filter/service for formatting date so that it displays how long ago the given time was compared to now.", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "homepage": "https://github.com/yaru22/angular-timeago", |
@@ -117,2 +117,20 @@ /* global angular */ | ||
numbers: [] | ||
}, | ||
'fr_FR': { | ||
prefixAgo: 'il y a', | ||
prefixFromNow: null, | ||
suffixAgo: null, | ||
suffixFromNow: 'from now', | ||
seconds: 'moins d\'une minute', | ||
minute: 'environ une minute', | ||
minutes: '%d minutes', | ||
hour: 'environ une heure', | ||
hours: 'environ %d heures', | ||
day: 'un jour', | ||
days: '%d jours', | ||
month: 'environ un mois', | ||
months: '%d mois', | ||
year: 'environ un an', | ||
years: '%d ans', | ||
numbers: [] | ||
} | ||
@@ -119,0 +137,0 @@ } |
756734
19479