smpallen99 / coherence

Coherence is a full featured, configurable authentication system for Phoenix
MIT License
1.27k stars 224 forks source link

Generated ViewHelpers are not respecting Gettext #391

Closed smpallen99 closed 5 years ago

smpallen99 commented 5 years ago

The calls to gettext for the links generated by the MyProjectWeb.Coherence.ViewHelpers is done at compile time and assigned to module attributes. Gettext is bound at runtime, so the calls to gettext must be done at run time.

This was fixed earlier, but for some unknown reason, the fix was overwritten with the old code.