0.0
No commit activity in last 3 years
No release in over 3 years
I18n for World of Warcraft for Ruby on Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 0.6.0
~> 10.0

Runtime

~> 4.0
~> 1.0
 Project Readme

wow_i18n_rails

Autoloads the translations from the wow_i18n gem into Ruby on Rails.

Usage

In your Rails application, simply add

gem "wow_i18n_rails"

to your Gemfile and bundle install.
The translations will be loaded automatically.

If you have explicity set I18n.available_locales, only the translations for those locales will be loaded.

Contributing

If you would like to add / change translations, don't do it here, do it in the wow_i18n gem.