Hi,
I need some help on how to have the error.hbs
and error-404.hbs
files in different languages. Upon some initial research, I see that is it not recommended to use theme helpers within these files. And the error pages also don’t have context or tags which I can use to set the language specific messages.
What is the recommended way to achieve multi-language error pages?
Thanks