Internationalizing dynamic content in Rails -
We want to create an app where we want to show a translated version of dynamic content as well. Translight content will be uploaded by us (hence we do not need any translation logic).
I was wondering if there is any other gem to think differently from the built-in i18n? I18n looks best for static data, but does not handle dynamic data.
I worked on a similar situation I have developed a model to develop multi-lingual data in the database without creating a glance-up table, the advantage of doing this is that it requires very few schema changes
thanks
Andrew
Internationalization blog post:
Comments
Post a Comment