File: lib/generators/language_extension/templates/lib.rb

Overview
Module Structure
Code

Overview

Module Structure

  module: <Toplevel Module>
  module: Radiant#1
has properties
constant: SUMMARY #3
constant: DESCRIPTION #4
constant: URL #5
constant: AUTHORS #6
constant: EMAIL #7

Code

   1  module Radiant<%= class_name %>
   2    VERSION     = "1.0.0"
   3    SUMMARY     = "<%= localization_name.capitalize %> language pack for Radiant CMS"
   4    DESCRIPTION = "Adds <%= localization_name.capitalize %> translations to the Radiant CMS interface."
   5    URL         = "<%= homepage %>"
   6    AUTHORS     = ["<%= author_name %>"]
   7    EMAIL       = ["<%= author_email %>"]
   8  end