Sha256: c3f2a3780c3c13f04bb09075545735ecdb99ad90767f1213beb5d8622c5667a0

Contents?: true

Size: 778 Bytes

Versions: 3

Compression:

Stored size: 778 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


Then, magic happens. No need to set default locale.


Overrides
---------
Translations and date formats can be overridden in `config/locales/pl.yml`

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polish-0.0.4 README.md
polish-0.0.3 README.md
polish-0.0.2 README.md