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
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
Detailed Description
Using
fromNow()
did not return the localized version for "%d days ago" and others.The string format used in
fromNow()
is%%1.0f %@days ago
, but in the strings files all uses%d
and not%f
, therefore it never get matched.Context
Seems like a broken change.
Possible Implementation
Change the format to
%d days ago
, and usevalue
asInt
.Your Environment
The text was updated successfully, but these errors were encountered: