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
CLDR-patterns for relative times are only available with one (or zero) placeholder for the amount. This could be a decimal number, however. Actually it is just a rounded down integer.
A new overloaded printRelative()-method in class PrettyTime with an extra int-parameter indicating the count of decimal digits would be sufficient to reach this goal.
An extra configuration method for the decimal separator to use would be a good supplement, too.
Using decimal numbers might imply changes in the plural rules (needs investigation).
The text was updated successfully, but these errors were encountered:
CLDR-patterns for relative times are only available with one (or zero) placeholder for the amount. This could be a decimal number, however. Actually it is just a rounded down integer.
printRelative()
-method in classPrettyTime
with an extra int-parameter indicating the count of decimal digits would be sufficient to reach this goal.Using decimal numbers might imply changes in the plural rules (needs investigation).
The text was updated successfully, but these errors were encountered: