Socket
Book a DemoInstallSign in
Socket

polish

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polish

0.1.6
bundlerRubygems
Version published
Maintainers
1
Created
Source

Polish

travis-ci stillmaintained

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 by yaroslav.

Install

Warning: as of version 0.1.0, polish is only tested with Rails 3 and Bundler. Use with caution, might give unexpected results.

To add Polish to your Rails app, simply add it to your Gemfile:

gem "polish", ">= 0.1.0"

Additionally, if you change the backend of I18n, you will need to make sure it includes the Pluralization module:

I18n.backend.class.send(:include, I18n::Backend::Pluralization)

What it does

The main feature of polish is fixing the date formats. It does that by setting the date.month_names and date.day_names translations to Procs that can detect the proper form.

Polish also adds correct pluralization rules.

Overrides

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

FAQs

Package last updated on 30 Jan 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.