Raw gettext doesn't work after LiveView upgrade

Hi everyone, I met a problem after upgrading LV to 0.20.1 version. For some reason gettext is not working in cases where I use some interpolations. So this code

<%= raw(gettext("Click on the  <a href=\"%{link}\">link</a> below", link: Routes.path()@socket, blabla)) =>

will show me just default english translation.
How can I fix that? Any ideas what could go wrong?

1 Like