Hi there!
I wanted to announce that I have just released a new major version of Travelm-Agency, an internationalization code generator for Elm.
There are two major changes in this update:
- Travelm-Agency detects html tags in your translations and generates
Html Never
instead ofString
values - The
I18n
instance is now the last argument of the generated functions by default, which usually makes lists of translations easier to handle
Also, I’ve built a tutorial website using Elm and Travelm-Agency itself, which is automatically built and deployed to Github Pages.
The tutorial website is a work in progress, especially when it comes to styling/mobile view, but the most important functionality and infos are there.
Cheers