Is Phoenix deployment really that hard? Pt. 3 of Deploying a Simple Web App to Heroku

Trans - Embedded translations for Elixir

Trans is a library that helps you managing embedded model translations, it is inspired by the great hstore translate gem for Ruby.

Instead of creating multiple tables for storing basic properties and translation data, Trans leverages modern RDBMs support for unstructured data and uses a single column containing the translations in the form of a dictionary.

Trans code is available in GitHub and can be installed into your application from Hex. For more information refer to the official docs and the README on GitHub. Issues, comments and pull requests are more than welcome :)