riverrun / phauxth

Not actively maintained - Authentication library for Phoenix, and other Plug-based, web applications
409 stars 20 forks source link

Internationalization #58

Closed tmbb closed 5 years ago

tmbb commented 6 years ago

Email messages should be internationaized

tmbb commented 6 years ago

This might work better if the mail is moved under the MyAppWeb directory, so that it can use the MyAppWeb.Gettext module.

Email confirmation is definitely a UI concern and belongs to the web.

riverrun commented 6 years ago

I'll look into this and get back to you - but it should be no problem.

wernerlaude commented 6 years ago

Me too..(new to Phoenix..) can't find a way to translate the messages (login logout etc) using gettext. Can you tell me how?

riverrun commented 6 years ago

I'm really busy at the moment, but early June I should be able to address this. Sorry for the delay.

riverrun commented 5 years ago

In the latest version of the example app, I have added the email module to the web directory, and I will test it with gettext soon.