-
[HumanizeDuration's readme](https://github.com/EvanHahn/HumanizeDuration.js/blob/master/README.md) has a section called "Related modules". Do you mind if I link to your module from there?
-
It would be valuable to evaluate to add angular-relative to [transifex](https://www.transifex.com/) and include translations into the package.
This way the translatiion work would be done one shot f…
-
Hey,
thank you for porting this. I've just noticed that some languages (those with custom helpers) do not work. I tried to fix it. See https://github.com/Nightapes/HumanizeDuration.ts/pull/2
-
I believe I have something misconfigured, but I cannot solve it. I'm trying to get ESLint errors to show up in my browser console during development, but they are not showing up. The linting results…
-
I find useful to have a method allowing to change the language for all the humanization.
The library allow to pass an option to set the language, but it is one shot.
```
humanizeDuration(10000, {lang…
-
Hi,
If I use `humanizeDuration(moment().diff(thisDate), { delimiter: ' ', largest: 3 });` then I get something like `21 minutes 16.291 seconds` but if I include the round parameter like `humanizeDura…
-
This library is so excellent! After seeing that Moment.js did not support granular display, I was very glad to see this.
I am wondering if it wouldn't be too difficult to implement abbreviated units …
-
Hello. I want to add new language. I see that there is test and generated SCV files.
So. How to generate this CSV file for new language?
And I added reference to my web page with new language support…
-
Hi there,
I tested the lib with some random data and I think I find a small bug.
Here is my code:
``` javascript
de_humanizer = humanizeDuration.humanizer({
language: "de",
units: ["y",…
-
The example for adding new language is not working
...
shortEn: {
y: function() { return 'y' },
mo: function() { return 'mo' },
w: function() { return 'w' },
d: function() { r…