module Rosetta::Backend

Defined in:

rosetta/backend.cr

Macro Summary

Macro Detail

macro load(path) #

Loads the parsed set of locales from the given path. This macro should be called in an initializer:

Rosetta::Backend.load("config/locales")

[View source]