Translate buttom Pow Assent

I’m currently using Pow Assent for authentication methods with Google, Facebook, and everything else …

I’m trying to translate this button to pt_BR.

<%= for link <- PowAssent.Phoenix.ViewHelpers.provider_links(@conn),
  do: content_tag(:span,  link) %>

But I couldn’t find anything about it.

Could help me translate?

I intend to translate via gettext

:wave:

Check out https://hexdocs.pm/pow_assent/PowAssent.Phoenix.Messages.html#content and https://hexdocs.pm/pow/README.html#i18n.

2 Likes