Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
i18n
v0.1.1
Top Level Namespace
Hash
I18n
Backend
DataNotLoadedError
QuantityKeyProc
TranslationNotFoundError
BackendNotSetError
Backends
Hash
JSON
YAML
Built with Crystal 1.9.2
2023-10-08 07:19:10 UTC
class
I18n::Backends::YAML
I18n::Backends::YAML
I18n::Backend
Reference
Object
Defined in:
i18n/backends/yaml.cr
Instance Method Summary
#load
See
Backend.load
.
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
#
See
Backend.load
.
[
View source
]