activeadmin-translate
activeadmin-translate copied to clipboard
Does this gem is still maintained/works?
Title explains my question.
:+1: would like to know!
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.
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.