What Are Atoms in Elixir and How To Monitor Them With AppSignal Thank you.

Trans 2.3.0 released

This release incorporates some interesting new functionality:

  • Allow using embedded schemas for structured translations. This is now the preferred way of using Trans
  • Allow translating entire structs using the new translate/2 function
  • Raise if a translation does not exist when using the new translate!/3 function
  • Documentation imrovements

Additionally:

  • Trans now requires Elixir 1.7 or higher
  • Tests have been migrated from CircleCI to GitHub Actions
  • Trans dependencies have been updated to avoid compilation warnings

https://github.com/crbelaus/trans/releases/tag/v2.3.0