curioustechizen / android-ago

An Android TextView that always displays an auto refreshing relative time span with respect to a reference time
657 stars 109 forks source link

Change lang of "hours ago" ... #51

Closed alimovshohrukh closed 7 years ago

alimovshohrukh commented 7 years ago

Couldn't find where to change "hours ago" translation for multiple languages

curioustechizen commented 7 years ago

@Shohrukhbek this library does not generate the "hours ago" string. That string comes from Android's [DateUtil](https://developer.android.com/reference/android/text/format/DateUtils.html#getRelativeTimeSpanString(long, long, long, int)) class.