module

Rosetta::Backend

Macros

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")
Source