humanize-duration
Advanced tools
Comparing version 3.20.1 to 3.21.0
@@ -0,1 +1,6 @@ | ||
3.21.0 / 2019-09-26 | ||
=================== | ||
* new: Færøsk support | ||
3.20.1 / 2019-07-28 | ||
@@ -2,0 +7,0 @@ =================== |
@@ -145,2 +145,13 @@ // HumanizeDuration.js - https://git.io/j0HgmQ | ||
}, | ||
fo: { | ||
y: 'ár', | ||
mo: function (c) { return c === 1 ? 'mánaður' : 'mánaðir' }, | ||
w: function (c) { return c === 1 ? 'vika' : 'vikur' }, | ||
d: function (c) { return c === 1 ? 'dagur' : 'dagar' }, | ||
h: function (c) { return c === 1 ? 'tími' : 'tímar' }, | ||
m: function (c) { return c === 1 ? 'minuttur' : 'minuttir' }, | ||
s: 'sekund', | ||
ms: 'millisekund', | ||
decimal: ',' | ||
}, | ||
fr: { | ||
@@ -147,0 +158,0 @@ y: function (c) { return 'an' + (c >= 2 ? 's' : '') }, |
@@ -28,5 +28,6 @@ { | ||
"Wasuwat Limsuparhat (https://github.com/rappad)", | ||
"Harijs Deksnis (https://github.com/arcanous)" | ||
"Harijs Deksnis (https://github.com/arcanous)", | ||
"Neer Thapa(Subit) (https://github.com/nirmalathapa)" | ||
], | ||
"version": "3.20.1", | ||
"version": "3.21.0", | ||
"description": "Convert millisecond durations to English and many other languages.", | ||
@@ -41,6 +42,6 @@ "homepage": "https://github.com/EvanHahn/HumanizeDuration.js", | ||
"check-ecmascript-version-compatibility": "^0.1.1", | ||
"csv-parse": "^4.4.3", | ||
"csv-parse": "^4.4.6", | ||
"mocha": "^6.2.0", | ||
"ms": "^2.1.2", | ||
"standard": "^13.1.0" | ||
"standard": "^14.3.1" | ||
}, | ||
@@ -47,0 +48,0 @@ "keywords": [ |
@@ -239,2 +239,3 @@ Humanize Duration | ||
| Finnish | `fi` | | ||
| Faroese | `fo` | | ||
| French | `fr` | | ||
@@ -306,2 +307,3 @@ | German | `de` | | ||
* [Harijs Deksnis](https://github.com/arcanous) for Latvian support | ||
* [Nirmala Thapa(Subit)](https://github.com/nirmalathapa) for Faroese support | ||
@@ -308,0 +310,0 @@ Licensed under the permissive [Unlicense](https://unlicense.org/). Enjoy! |
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
47829
744
319