Sha256: f6f9369596234e4a6f454cc4f726ab39255f92ba6241248328837ed3716cbdf6
Contents?: true
Size: 725 Bytes
Versions: 1
Compression:
Stored size: 725 Bytes
Contents
Polish ====== Polish language support for Ruby on Rails. Adds correct polish pluralization and better date formats. Also includes support for standalone months. (`"%B %Y"` should be Grudzień 2009, but `"%d. %B %Y"` should be 24. grudnia 2009). Based on [Russian](http://github.com/yaroslav/russian/) by [yaroslav](http://github.com/yaroslav/). Install ------- Install as a gem: in `config/environment.rb`: Rails::Initializer.run do |config| config.gem 'polish', :source => 'http://gemcutter.org' end and then: rake gems:install or a plugin: script/plugin install git://github.com/grk/polish.git Overrides --------- Translations and date formats can be overridden in `config/locales/pl.yml`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polish-0.0.5 | README.md |