Packages
EctoTranslate is a library that helps with translating Ecto data. EctoTranslate can help you with returning translated values of your Ecto data attributes. For this it uses a singe table called 'translations' which will contain polymorphic entries for all of your Ecto data stucts.
Current section
Files
Jump to
Current section
Files
ecto_translate
CHANGELOG.md
CHANGELOG.md
## 0.2.0 (2016-07-02)
- You can now pass a collection to translate, preventing n+1 queries.
## 0.1.0 (2016-07-02)
- Initial commit