You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SebRut Indeed the de_DE is not supported, but as you mentioned in the issue 'de', 'deat' and 'dech' are only checked for relative time like fromNow() and from()
But if you would like de_DE to be supported, you can create a PR and add the locale to Jiffy
Describe the bug
The result of
Jiffy().fromNow(...)
is returning the default english texts if the locale is set to 'de_DE'.To Reproduce
Expected behavior
result
should display the relative time in german.Additional context
I guess this occurs as relative time only checks for 'de`, 'deat' and 'dech', not 'dede'.
The text was updated successfully, but these errors were encountered: