Ruby on Rails Thursday, December 1, 2011

Hi !

I'm also very interested in the same issue. We are using the same
environment, but gettext gem seems to be no longer maintained, so we
are wondering how do people are extracting strings for translations.

Regards!

On 23 nov, 13:04, Kamil Śliwak <came...@gmail.com> wrote:
> For the last few months I've been using "fast_gettext" +
> "gettext_i18n_rails" for i18n in my Rails 3 application. While it
> mostly works, there's always been a problem with extracting
> untranslated strings from the code. As far as I know, the original
> gettext toolchain does not support Ruby. There's also the "gettext"
> gem but it hasn't been updated on GitHub since August 2010 and seems
> to be unmaintained now. Even though it does not work with Rails 3 and
> newer RubyGems without patching (and I had to fork it and fix it),
> "gettext_i18n_rails"'s README says that one should use it for
> extracting strings for translation.
>
> All this makes me think that I'm missing something obvious. Has
> everyone abandoned gettext/fast_gettext and is using Rails' builtin
> i18n mechanism? If not, what tool do you use to extract translations?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment