abstract class I18n::Backend::Base
- I18n::Backend::Base
- Reference
- Object
Direct Known Subclasses
Defined in:
i18n/backend/base.crInstance Method Summary
- #available_locales : Array(String)
- #load(*args)
- #localize(locale : String, object, scope = :number, format = nil) : String
- #translate(locale : String, key : String, opitions : Hash | NamedTuple | Nil, count = nil, default = nil, iter = nil) : String
Instance Method Detail
abstract
def translate(locale : String, key : String, opitions : Hash | NamedTuple | Nil, count = nil, default = nil, iter = nil) : String
#