Sha256: 83c98168fb7cd0d5a4ac51c4e8888910f9b5dc3e96c9b7cbedca39a7ccb8b23b
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
=begin tools.rb - Utility functions Copyright (C) 2009 Masao Mutoh You may redistribute it and/or modify it under the same license terms as Ruby. =end require 'gettext_activerecord/tools' module GetText extend self alias :create_mofiles_org :create_mofiles def create_mofiles(options = {}) opts = {:verbose => true, :mo_root => "./locale"} create_mofiles_org(opts) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gettext_rails-2.0.0 | lib/gettext_rails/tools.rb |
gettext_rails-2.0.1 | lib/gettext_rails/tools.rb |