activeadmin-translate icon indicating copy to clipboard operation
activeadmin-translate copied to clipboard

Does this gem is still maintained/works?

Open IvRRimum opened this issue 9 years ago • 3 comments

Title explains my question.

IvRRimum avatar Nov 26 '15 13:11 IvRRimum

:+1: would like to know!

allanbreyes avatar Mar 04 '16 06:03 allanbreyes

I suspect this project is no loger being maintained because of it's last commit timestamp and the PR's and issues opened for quite a while.

I've recently tried to use this gem and it is throwing an error on rails start. After some research I've found that activeadmin project has many locales on it's github repository. I've learned on the internatilonalization section of the documentation page that you can just copy the desired locales to your project's config/locales folder and it should be automatically translated.

Please notice that some Rails internationalization issues may occur after that, and you can find the quick answer on this stack overflow question

I hope that helps others looking to use activeadmin's translations.

fagiani avatar Sep 16 '18 23:09 fagiani

The globalize gem used in this project stores localized translations of Rails models in the database, and you can hardly substitute it with services like localize. You can't compare it with simple i18n gems, either. If you are an international company that can't rely on machine translation, globalize is the only way to let content managers translate model content.

allomov avatar Jan 29 '23 16:01 allomov