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
A bug in PrettyTime causes four languages to not get any time units when formatted. We can work around this by detecting an invalid prettyDate (rather than hardcoding a list of broken languages) and switching to English formatting instead.
ocpsoft/prettytime#259
Co-authored-by: Dessalines <[email protected]>
@lbenedetto Hey, thanks for reporting - and @Snow4DV thanks for fixing (for Russian). Hoping you can also work on the others! I am unfortunately not familiar with these languages!
Polish (pl), Russian (ru), Ukrainian (uk), and Kazakh (kk) do not provide time units when formatting a duration.
This is because these four languages override
TimeFormat::format
with an implementation similar to this:The text was updated successfully, but these errors were encountered: