Changeset [edbc5197cfd83746817674f27058f607d4a895bf] by Walter McGinnis
January 25th, 2011 @ 01:29 PM
Due to ajaxiness of the add tag functionality which results in a
later version of an item being created than the page's translate
link reflected at time of original page load, I have dropped
specifying version from the link to translations#new. Instead a
before_filter gets the latest version if it isn't specified.
https://github.com/kete/kete_translatable_content/commit/edbc5197cf...
Committed by Walter McGinnis
- M lib/kete_translatable_content/extensions/controllers/translations_controller.rb
- 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.