class

I18n::Backend::Hash

Inherits I18n::Backend::Base / Reference / Object

Constructors

new(data = {} of String => String)

constructor

Source

Instance methods

available_locales

return the available locales

Source
load(data)
Source
lookup(locale : String, key : String)

lookup for the key and return the value

Source