module I18n

Defined in:

static.cr
strings.cr
t.cr
translate.cr

Constant Summary

Translations = {} of String => Hash(String, Tuple(String, Array(String) | Nil, Array(Tuple(String, Int32))))

Class Method Summary

Macro Summary

Class Method Detail

def self.translate(native : String, positional : Array | Nil, named : Hash | Nil, name : String, tag) #

[View source]

Macro Detail

macro t(original, name = nil, exp = nil, add = nil) #

[View source]