netzpirat / activeadmin-translate

Translate your models in ActiveAdmin with Globalize3.
MIT License
36 stars 44 forks source link

Support for Traco as i18n db backend #1

Open colinux opened 10 years ago

colinux commented 10 years ago

Hi !

In one of projects in the company I'm working for, we are using ActiveAdmin with Traco as i18n backend instead of globalize. The main difference is that i18n fields are in the same table as the model. So, I decided to add support for Traco in activeadmin-translate.

Hope this will be useful for other people.