polish
polish copied to clipboard
Added support for no-padded day of month (%-d)
Up to now month names were inflected only when used after %d (0-padded) or %e (blank-padded). This adds no-padded version - %-d to the list.
Is this gem necessary anymore? I think rails-i18n should cover this.
Rails-i18n doesn't inflect month names - at least I'm unable to find any trace of it being able to do it. Am I wrong?
Besides, your gem works perfectly well, I've used it for years, so why bother looking for alternatives :)
@piotrekbator could you check out the modernize branch? It should have tests passing on a modern ruby version, and hopefully work OK in a Rails app.