Idiom.Backend (idiom v0.6.8)
Idiom is backend-agnostic and allows configuring different providers which are grouped under Idiom.Backend
.
Building your own
Building an over-the-air backend is easy!
Build a module that can be started by a
Supervisor
.Write data to
Idiom.Cache
. Idiom's translations are stored inside an ETS table that is wrapped byIdiom.Cache
. Your backend should update the cache by callingIdiom.Cache.insert_keys/2
. See the documentation for that function on the expected data structure.