Implement default_variables
in i18n.translate
#1379
Labels
feature
New feature or request
Priority: High
After critical issues are fixed, these should be dealt with before any further issues.
I want to translate this tooltip:
I know the variable
chars
before the translation string should be resolved with the request language. But at this point I cannot provide the variables.We should extend
i18n.translate
's__init__()
with adefault_variables
parameter and later merged this together withkwargs
intranslate()
The text was updated successfully, but these errors were encountered: