Sha256: 77cb7df7d8a88e33fd6d92291880d615df9ddae11fa238dbc6f26ab705696fb5

Contents?: true

Size: 200 Bytes

Versions: 9

Compression:

Stored size: 200 Bytes

Contents

if defined? FastGettext
  FastGettext.add_text_domain '<%= @plugin_name %>', :path => File.join(File.dirname(__FILE__), 'locale'), :format => :po
  FastGettext.text_domain = '<%= @plugin_name %>'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.0.rc5 lib/rails/generators/alchemy/plugin/templates/init.rb
alchemy_cms-2.0.rc4 lib/rails/generators/alchemy/plugin/templates/init.rb
alchemy_cms-2.0.rc3 lib/rails/generators/alchemy/plugin/templates/init.rb
alchemy_cms-2.0.rc2 lib/rails/generators/alchemy/plugin/templates/init.rb
alchemy_cms-2.0.rc1 lib/rails/generators/alchemy/plugin/templates/init.rb
alchemy_cms-2.0.pre5 lib/rails/generators/alchemy/plugin/templates/init.rb
alchemy_cms-2.0.pre4 lib/rails/generators/alchemy/plugin/templates/init.rb
alchemy_cms-2.0.pre3 lib/rails/generators/alchemy/plugin/templates/init.rb
alchemy_cms-2.0.pre2 lib/rails/generators/alchemy/plugin/templates/init.rb