Sha256: b20bd74e544e971f748f6079af0bb1d5d51c6729fc3376e6c890d2ad2d34c5a8
Contents?: true
Size: 571 Bytes
Versions: 2
Compression:
Stored size: 571 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/tools' require 'gettext_activerecord' require 'gettext_activerecord/parser' module GetText extend self alias :create_mofiles_org :create_mofiles alias :update_pofiles_org :update_pofiles def update_pofiles(textdomain, files, app_version, options = {}) GetText::ActiveRecordParser.init(options) GetText.update_pofiles_org(textdomain, files, app_version, options) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gettext_activerecord-2.0.0 | lib/gettext_activerecord/tools.rb |
gettext_activerecord-2.0.1 | lib/gettext_activerecord/tools.rb |