Sha256: 674eca19c1c74d780a524c67a20a9435ccca175a65722cd290cabdd96d8f99a5
Contents?: true
Size: 172 Bytes
Versions: 2
Compression:
Stored size: 172 Bytes
Contents
namespace :remote_i18n do desc "Compiles translations to javascripts into public/javascripts" task :compile => :environment do RemoteI18n.compile_all! end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
remote_i18n-0.1.1 | lib/remote_i18n/tasks/remote_i18n.rake |
remote_i18n-0.1.0 | lib/remote_i18n/tasks/remote_i18n.rake |