Class Index [+]

Quicksearch

GetText

Public Instance Methods

create_mofiles(options = {}) click to toggle source

Rails version of create_mofiles. This sets mo_root “./locale” then call original create_mofiles.

    # File lib/gettext_rails/tools.rb, line 19
19:   def create_mofiles(options = {})
20:     opts = {:verbose => true, :mo_root => "./locale"}
21:     create_mofiles_org(opts)
22:   end
Also aliased as: create_mofiles_org
create_mofiles_org(options = {}) click to toggle source
Alias for: create_mofiles

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.