Changeset [ad92b375701a66de48b84e0f12bf712c2eaee137] by Walter McGinnis
December 10th, 2010 @ 10:19 AM
params[:locale] isn't a reliable way to determine current
locale. Switched to I18n.locale.
https://github.com/kete/kete_translatable_content/commit/ad92b37570...
Committed by Walter McGinnis
- M lib/kete_translatable_content/extensions/helpers/application_helper.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Kete Translatable Content is a gem that is an add-on for Kete web applications that takes advantage of the mongo_translatable gem’s functionality. As you would expect, you use it to add the ability to translate content in your Kete web site.
Obviously, your site should be set up to support to support multiples locales for this add-on to be useful.