Sha256: 7c26eab9c063f8cde651abe296158cc4c974dce3b08921475e7fd95b92d50521
Contents?: true
Size: 792 Bytes
Versions: 1
Compression:
Stored size: 792 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 }} To use the 'unstable' branch, add the following directive to your JavaScript manifest file (application.js): //= require unstable/angular-locale_{{ your locale prefix }} Language prefixes you can found [here](https://code.angularjs.org/1.3.14/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.3.14 Locales for unstable version: 1.4.0-beta5
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-angular-i18n-1.3.14 | README.md |