Expose public translations to the client #1322
Labels
performance
This issue or pull request enhances or criticizes the performance.
Priority: High
After critical issues are fixed, these should be dealt with before any further issues.
security
For security related bugs
Milestone
To implement client-side translations, there must be a way to expose translations of a given language to the client.
In several customer projects, it was done like this already:
This is both very non-performant, but also reveals translations of - maybe internal parts - publicly to any client.
An idea to resolve this would be to work either with a prefix, or with a public-flag on translations.
The text was updated successfully, but these errors were encountered: