class CrI18n::LabelLoader

Defined in:

cr-i18n/label_loader.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_name : String) #

[View source]

Instance Method Detail

def load(content : JSON::Any | YAML::Any) #

[View source]
def read #

[View source]
def recursive_load(prefix : String, blob : Hash(YAML::Any, YAML::Any) | Hash(String, JSON::Any), labels : Hash(String, String)) #

[View source]