trans icon indicating copy to clipboard operation
trans copied to clipboard

Embedded translations for Elixir

Results 6 trans issues
Sort by recently updated
recently updated
newest added

I wonder if you would consider PRs for the following two proposals? I am the author of the [ex_cldr](https://github.com/elixir-cldr) libraries. With the recent work by @maennchen, we now have good...

With the new usage of `embeds_one` the old behavior of using the function `Trans.Translator.translate(article, :title, "en")` doesn't work if the locale variable isn't already converted to an existing atom.

Hi @crbelaus I'm currently evaluating different solutions to tackle I18n in our project. `trans` looks very promising. Thank you for it! Using `Trans.QueryBuilder` in conjunction with `join` does not seem...

👋🏼 Hi there, I just started using this great library (thanks for sharing it 🙌🏼 ), and I was wondering what would be the best approach to return a translated...