Sha256: 68aee7e35e095e2b7a5e1a3c0b1ec373fa2c7940a5ea19e1696595fae250e621
Contents?: true
Size: 571 Bytes
Versions: 5
Compression:
Stored size: 571 Bytes
Contents
#rails-angular-i18n rails-angular-i18n wraps the [Angular.js](http://angularjs.org) i18n locales for use in Rails 3.1 and above. ## Usage Add the following to your Gemfile: gem 'rails-angular-i18n' Add the following directive to your JavaScript manifest file (application.js): //= require angular-locale_{{ your locale prefix }} Language prefixes you can found [here](https://code.angularjs.org/1.4.0/i18n). Remember to use only language prefix like en, ru, eu, but not a dialect prefixes ru-ua or ru-ru. ## Versioning Locales for current version: 1.4.0
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rails-angular-i18n-1.4.9 | README.md |
rails-angular-i18n-1.4.3 | README.md |
rails-angular-i18n-1.4.2 | README.md |
rails-angular-i18n-1.4.1 | README.md |
rails-angular-i18n-1.4.0 | README.md |