angular-timeago
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -27,3 +27,3 @@ { | ||
}, | ||
"version": "0.1.11" | ||
"version": "0.1.12" | ||
} |
@@ -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.11", | ||
"version": "0.1.12", | ||
"license": "MIT", | ||
@@ -49,2 +49,3 @@ "homepage": "https://github.com/yaru22/angular-timeago", | ||
}, | ||
"main": "src/timeAgo.js", | ||
"scripts": { | ||
@@ -51,0 +52,0 @@ "test": "grunt test" |
@@ -171,2 +171,20 @@ /* global angular */ | ||
numbers: [] | ||
}, | ||
'nl_NL': { | ||
prefixAgo: null, | ||
prefixFromNow: 'over', | ||
suffixAgo: 'geleden', | ||
suffixFromNow: 'vanaf nu', | ||
seconds: 'een paar seconden', | ||
minute: 'ongeveer een minuut', | ||
minutes: '%d minuten', | ||
hour: 'een uur', | ||
hours: '%d uur', | ||
day: 'een dag', | ||
days: '%d dagen', | ||
month: 'een maand', | ||
months: '%d maanden', | ||
year: 'een jaar', | ||
years: '%d jaar', | ||
numbers: [] | ||
} | ||
@@ -173,0 +191,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
759750
19580