= rails_i18n_gettext
Use gettext-like _('Just translate my damn text!')
with Rails I18n and find .yml messages to be translated across the project
Installation
# Gemfile
gem "rails_i18n_gettext"
Usage
I18n._("Translate me")
ActionView
Helper
_("Translate me")
Finding translations
rake gettext:find
== Copyright
Copyright (c) 2012 mcasimir. See LICENSE.txt for further details.