Sha256: 8610b39efd881d82b80f6ab28b13f363ed8ebc30ba2522a222d21d435eb8445d
Contents?: true
Size: 201 Bytes
Versions: 3
Compression:
Stored size: 201 Bytes
Contents
module Happy module Helpers module I18n def translate(*args) ::I18n.translate(*args) end def localize(*args) ::I18n.localize(*args) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
happy-0.1.0 | lib/happy/helpers/i18n.rb |
happy-0.1.0.pre28 | lib/happy/helpers/i18n.rb |
happy-0.1.0.pre27 | lib/happy/helpers/i18n.rb |