Module: I18n (Redmine)

Overview
Module Structure
Class Hierarchy
Module Methods
I18n.included / 1
Instance Methods
I18n#l / 1
I18n#l_or_humanize / 2
I18n#l_hours / 1
I18n#ll / 3
I18n#format_date / 1
I18n#format_time / 2
I18n#day_name / 1
I18n#month_name / 1
I18n#valid_languages
I18n#find_language / 1
I18n#set_language_if_valid / 1
I18n#current_language
is a submodule of
module: Redmine   
is included by
class: ApplicationController   
module: ApplicationHelper   
class: MailHandler   
class: Mailer   
class: QueryColumn   
class: CustomFieldFormat ( Redmine )
module: Loader ( Redmine::DefaultData )
class: ITCPDF ( Redmine::Export::PDF )
class: Calendar ( Redmine::Helpers )
class: Gantt ( Redmine::Helpers )
class: Listener ( Redmine::Hook )
class: MenuItem ( Redmine::MenuManager )
class: LabelledFormBuilder ( Redmine::Views )
has properties
module method: included / 1   
method: l / 1   
method: l_or_humanize / 2   
method: l_hours / 1   
method: ll / 3   
method: format_date / 1   
method: format_time / 2   
method: day_name / 1   
method: month_name / 1   
method: valid_languages   
method: find_language / 1   
method: set_language_if_valid / 1   
method: current_language   
is defined at
#2 in lib/redmine/i18n.rb  

Overview

Module Structure

  module: <Toplevel Module>
  class: ApplicationController
  module: ApplicationHelper
  class: MailHandler
  class: Mailer
  class: QueryColumn
  module: Redmine
  class: CustomFieldFormat
  module: DefaultData
module: Loader     
  module: Export
  module: PDF
class: ITCPDF     
  module: Helpers
class: Calendar     
class: Gantt     
  module: Hook
class: Listener     
✗ module: I18n
  module: MenuManager
class: MenuItem     
  module: Views
class: LabelledFormBuilder     

Class Hierarchy

Module Methods

I18n.included / 1

#3 in lib/redmine/i18n.rb

included ( base )

Instance Methods

I18n#l / 1

#7 in lib/redmine/i18n.rb

l ( *args )

I18n#l_or_humanize / 2

#24 in lib/redmine/i18n.rb

l_or_humanize ( s ,
  options={} )

I18n#l_hours / 1

#29 in lib/redmine/i18n.rb

l_hours ( hours )

I18n#ll / 3

#34 in lib/redmine/i18n.rb

ll ( lang ,
  str ,
  value=nil )

I18n#format_date / 1

#38 in lib/redmine/i18n.rb

format_date ( date )

I18n#format_time / 2

#43 in lib/redmine/i18n.rb

format_time ( time ,
  include_date = true )

I18n#day_name / 1

#52 in lib/redmine/i18n.rb

day_name ( day )

I18n#month_name / 1

#56 in lib/redmine/i18n.rb

month_name ( month )

I18n#valid_languages

#60 in lib/redmine/i18n.rb

valid_languages

I18n#find_language / 1

#64 in lib/redmine/i18n.rb

find_language ( lang )

I18n#set_language_if_valid / 1

#69 in lib/redmine/i18n.rb

set_language_if_valid ( lang )

I18n#current_language

#75 in lib/redmine/i18n.rb

current_language