module Rosetta::Backend
Defined in:
rosetta/backend.crMacro Summary
-
load(path)
Loads the parsed set of locales from the given path.
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")