class

I18n::Loader::Base

Inherits Reference < Object

Translations loader base class.

Instance methods

load

Loads the translations targetted by the current loader.

Source

Macros

embed(path)

Allows to embed raw translations inside compiled binaries.

This macro is not implemented by default and is optional. Depending on the considered loader, and how / where translations are stored, this feature could implemented or not.

Source