Parent

Class/Module Index [+]

Quicksearch

HammerCLI::I18n::AbstractLocaleDomain

Attributes

domain_name[R]
locale_dir[R]

Public Instance Methods

available_locales() click to toggle source
# File lib/hammer_cli/i18n.rb, line 28
def available_locales
  Dir.glob(locale_dir+'/*').select { |f| File.directory? f }.map { |f| File.basename(f) }
end
translated_files() click to toggle source
# File lib/hammer_cli/i18n.rb, line 32
def translated_files
  []
end
type() click to toggle source
# File lib/hammer_cli/i18n.rb, line 36
def type
  :mo
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.