Sha256: 69437235637aa3f5dc5d5517e60b94a4c028d96eb8c80506ce70f387de57d996

Contents?: true

Size: 571 Bytes

Versions: 1

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.5.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-angular-i18n-1.5.0 README.md