module Hello::Locales

Public Class Methods

all() click to toggle source
# File lib/hello/locales.rb, line 3
def self.all
  @all ||= YAML.load(File.read(Hello.root.join('lib/data/locales.yml')))
end