Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed translations when not using lang templates #3

Open
wants to merge 1 commit into
base: 10.0
Choose a base branch
from

Conversation

npiganeau
Copy link

Call to translate failed because of missing 'cr' as first arg.

However, the original implementation lead to possible translation
leaks between reports. Indeed, the call to translate does not refer to
any res_id, so translate returned the first report string with the
given source, ignoring the report's ID. This lead to issues since the
same English wording can be translated differently depending on the
context.

Call to translate failed because of missing 'cr' as first arg.

However, the original implementation lead to possible translation
leaks between reports. Indeed, the call to translate does not refer to
any res_id, so translate returned the first report string with the
given source, ignoring the report's ID. This lead to issues since the
same English wording can be translated differently depending on the
context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant