LocalizedTimeAgo icon indicating copy to clipboard operation
LocalizedTimeAgo copied to clipboard

Swift time ago framework localized in 42 languages.

Results 3 LocalizedTimeAgo issues
Sort by recently updated
recently updated
newest added

added short localization for Norwegian [Source](http://www.sprakradet.no/sprakhjelp/Skriveregler/Forkortinger/)

This change updates the Swift package definition to support localized resources. This was done by following Apple's [Localizing Package Resources](https://developer.apple.com/documentation/swift_packages/localizing_package_resources) article. The pod spec has been updated to generate the...

Before this change, the date components were being calculated on each `if / else if` condition. This change removes the redundant calculation by making a local copy of the components...