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
fix(Misc): parse i18n file sizes with Unicode thousands separators
Handle size_format() output that uses NBSP/NNBSP and other Zs chars
from number_format_i18n() (e.g. fr_FR). Use UTF-8 regex with a lazy
value group, early return on no match, and strip group separators for
_n() pluralization.
0 commit comments