Sha256: e0cf166b8a4452a2a4150325fccd77046d8fd6a820fb11684417603980c16ef2

Contents?: true

Size: 362 Bytes

Versions: 9

Compression:

Stored size: 362 Bytes

Contents

namespace "i18n:js" do
  desc "Copy i18n.js and configuration file"
  task :setup => :environment do
    SimplesIdeias::I18n.setup!
  end

  desc "Export the messages files"
  task :export => :environment do
    SimplesIdeias::I18n.export!
  end

  desc "Update the JavaScript library"
  task :update => :environment do
    SimplesIdeias::I18n.update!
  end
end

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
mlanett-i18n-js-2.1.2 lib/i18n-js/rake.rb
socialcast-i18n-js-4.0.0.rc1 lib/i18n-js/rake.rb
lookout-i18n-js-2.1.3 lib/i18n-js/rake.rb
lookout-i18n-js-2.1.2 lib/i18n-js/rake.rb
i18n-js-2.1.2 lib/i18n-js/rake.rb
i18n-js-2.1.1 lib/i18n-js/rake.rb
i18n-js-2.0.1 lib/i18n-js/rake.rb
i18n-js-2.0.0 lib/i18n-js/rake.rb
i18n-js-1.1.0 lib/i18n-js/rake.rb