-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change "just now" label to "now" #38
Comments
As a workaround, en[‘mini-time’].now = “now” wold work.
I’ll address the issue tomorrow.
…On Sun, 11 Oct 2020 at 01:34, Gabriel Bider ***@***.***> wrote:
In a recent version, the twitter style label "now" was changed to "just
now". Is there any way I could customize my style to use the previous
wording?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#38>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADUP3ZEBYKGTGGUVEVOF5TSKDOOPANCNFSM4SLLEYSA>
.
|
Fixed in |
@silkfire Update: Added
|
I think I probably was confused myself about what I was looking for when I opened this issue in the first place. I want the steps (gradatation?) of the old My custom style which used to work a few versions ago: import defaultStyle from 'javascript-time-ago/commonjs/style/default';
const { gradation, units } = defaultStyle;
const defaultStyleShort = {
gradation,
flavour: ['tiny'],
units,
}; |
How about And "8 min should be 8 min and not 10" |
I'd be okay with that. Is this achievable in the current version? |
Not ideal or good? |
Well I wasn't expecting 40-59s to be rounded up to 1m but I could be okay with that if the rest works as it did before. |
That's the question: what's better.
or
I'd prefer the first one. |
See |
What's wrong with 0-59 — now, 60-119 — 1m, etc? These rounded steppings seem very illogical to me. |
Ah, I see. |
That'd be nice to give the developer more control over the rounding mechanics, as of right now it seems very arbitrary to me. |
Published It has Also, has |
In a recent version, the
twitter
style label "now" was changed to "just now". Is there any way I could customize my style to use the previous wording?The text was updated successfully, but these errors were encountered: