You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing model.lang or data.lang over and over is exhausting. It would be ideal to find a way to ensure that a renderer uses a particular language without having to specify the language in every translatable field of the template.
The text was updated successfully, but these errors were encountered:
The handlebars translated helper is now overridden with the correct
language translation helper. This means that the developer does not have
to specify the translation key in templates - it is transparently
configured prior to compiling the template.
Closes#618.
The current method of creating reports requires that a language be specified in the model passed in. For example:
Writing
model.lang
ordata.lang
over and over is exhausting. It would be ideal to find a way to ensure that a renderer uses a particular language without having to specify the language in every translatable field of the template.The text was updated successfully, but these errors were encountered: