LocalizedTimeAgo
LocalizedTimeAgo copied to clipboard
Swift time ago framework localized in 42 languages.
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...