class

I18n::Backend::Base

Inherits Reference / Object

Instance methods

available_locales

available locales

Source
currency(locale : String)

return currency formats

Source
date(locale : String)

return date formats

Source
load(data : ::Hash)

load locales

Source
lookup(locale : String, key : String)

lookup for the key and return the value

Source
number(locale : String)

return number formats

Source
time(locale : String)

return time formats

Source