elastic/kibana
View on GitHub[Field Formats] Duration formatter should handle pluralization for single values
Open
#196,761 opened on Oct 17, 2024
Feature:FieldFormattersTeam:DataDiscoverygood first issueimpact:lowloe:small
Repository metrics
- Stars
- (19,065 stars)
- PR merge metrics
- (Avg merge 1d 16h) (999 merged PRs in 30d)
Description
Describe the feature:
The Friendly duration formatters should account for singular values. Currently, we only use pluralized formats.
This is where we compute the unit text and join it with the value...
Here is the list of all values...
This only applies to the long form text strings and not the shortText strings.
Describe a specific use case for the feature:
Notice
1 secondsshould be1 second.
Pretty simple and low impact but could be nice.