Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
i18n
master
I18n
Generated using Crystal 1.10.1
2024-01-09 19:31:50 UTC
class
I18n
I18n
Reference
Object
Defined in:
i18n.cr
i18n/version.cr
Constant Summary
VERSION
=
"0.1.0"
Class Method Summary
.load_file
.load_path=
(path : String)
.locale=
(label)
.t
(key)
.translate
(key)
Class Method Detail
def self.
load_file
#
[
View source
]
def self.
load_path=
(path : String)
#
[
View source
]
def self.
locale=
(label)
#
[
View source
]
def self.
t
(key)
#
[
View source
]
def self.
translate
(key)
#
[
View source
]