forked from CGM_Public/pretix_original
Translate question options in backend and PDFs (Z#23134850) (#3693)
* Translate question options in backend and PDFs * Extend to invoices
This commit is contained in:
@@ -567,7 +567,7 @@ def variables_from_questions(sender, *args, **kwargs):
|
||||
if not a:
|
||||
return ""
|
||||
else:
|
||||
return str(a)
|
||||
return a.to_string_i18n()
|
||||
|
||||
d = {}
|
||||
for q in sender.questions.all():
|
||||
|
||||
Reference in New Issue
Block a user