FUEL CMS Translatable Module - version 0.1 released
Hey guys,
I know it's a reaaally early version, but I wanted to share with you a module I'm currently working on.
I'm building a multi-language site for a client, and even though FUEL CMS supports having records in multiple languages, I wanted functionality to allow multi-language FIELDS on models. This module aims to solve that.
Version 0.1 is very early (but usable!) and requires two extra tables. It works pretty much out-of-the-box with minimal configuration. Your models specify foreign keys that point to `Translatable_item_model` and voila, they can be translated.
As this is an early version it is pretty bare-bones, and I'm planning to add extra goodies like tests, a dashboard and user guide with some minimal examples.
Get it on GitHub at
https://github.com/martynassateika/FUEL-CMS-Translatable-ModuleNote that as this is an early version I wouldn't recommend using it in a production environment as I might introduce breaking changes soon!
Feedback welcome!
Martin
Comments