Class
GettextI18nRails::Backend
In:
lib/gettext_i18n_rails/backend.rb
Parent:
Object
translates i18n calls to gettext calls
Methods
available_locales
flatten_key
gettext_key
interpolate
method_missing
new
translate
Attributes
backend
[RW]
Public Class methods
new
(*args)
Public Instance methods
available_locales
()
method_missing
(method, *args)
translate
(locale, key, options)
Protected Instance methods
flatten_key
(key, options)
gettext_key
(key, options)
interpolate
(string, values)
[Validate]