Add Locale to wrapText
#1924
Labels
enhancement
New feature or request
good first issue
Good for newcomers
:utils
Related to utility functions like math, text, etc
Is your feature request related to a problem? Please describe.
The current
wrapText
function uses theIntl.Segmenter
internally if available (firefox doesn't support it yet).The locale is currently not set and should be passed manually from the consumer if we are not using the default runtime one.
The text was updated successfully, but these errors were encountered: