Add the ability to translate version models for zoom classes
Reported by Walter McGinnis | October 13th, 2010 @ 01:55 PM
The ZOOM_CLASSES, (i.e. topics, still_images, audio_recordings, videos, documents, and comments) use act_as_versioned to maintain their history. They also need the ability to translate each of their versions using kete_translatable_content. Add functionality that allows translation through a zoom class's version model.
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
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.