No commit activity in last 3 years
No release in over 3 years
Injects Angular.js i18n locales into your asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 1.6.7.2
= 10.5.0
= 0.5.0
 Project Readme

#rails-angular-i18n

rails-angular-i18n wraps the Angular.js 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. 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