Skip to content

Replace gettext with gettext_lazy for lazy translation

Abhilash Raj requested to merge maxking/postorius:fix-550 into master

This allows the words to be translated in the language activated during the context of the reqeust instead of the server's default language.

Fixes #550 (closed)

Edited by Abhilash Raj

Merge request reports