Class FastGettext::TranslationRepository::Yaml
In: lib/fast_gettext/translation_repository/yaml.rb
Parent: Base

Responsibility:

 - find and store yaml files
 - provide access to translations in yaml files

Methods

Constants

MAX_FIND_DEPTH = 10

Public Class methods

Public Instance methods

Protected Instance methods

Given a yaml file return a hash of key -> translation

[Validate]