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.3 (2017-04-04)
- bumped deps
## 0.2.2 (2017-03-01)
- bumped deps
- added a patch by philipgiuliani which fixes a Ecto.MultipleResultsError when there where more than one translation present for a field.
- an other fix by philipgiuliani for translate! in case there where no results.
## 0.2.1 (2016-07-02)
- bumped deps
## 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