class I18n::Backends::YAML

Defined in:

i18n/backends/yaml.cr

Instance Method Summary

Instance methods inherited from class I18n::Backend

data : JSON::Any | YAML::Any | Nil data, load load, load_paths : Array(String) load_paths, translate(keys : Array(String), locale : String, count : Int32 | Nil = nil) translate

Class methods inherited from class I18n::Backend

quantity_key_procs : Hash(String, QuantityKeyProc) quantity_key_procs

Instance Method Detail

def load #

[View source]