From 6942ccc70eca0be08b7a6e53fa91b01c00b9940a Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Tue, 14 Jan 2020 11:17:00 +0100 Subject: [PATCH 1/2] now titles are translated --- plone/app/discussion/comment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plone/app/discussion/comment.py b/plone/app/discussion/comment.py index 9c687381..764ffa95 100644 --- a/plone/app/discussion/comment.py +++ b/plone/app/discussion/comment.py @@ -184,6 +184,7 @@ def Title(self): default=u'Anonymous', ), ), + context=self.REQUEST, ) else: author_name = self.author_name From e11ad1c8d82cb6ef2087373b8aa30a51185aea7e Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Tue, 14 Jan 2020 11:20:43 +0100 Subject: [PATCH 2/2] update changelog --- news/167.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/167.bugfix diff --git a/news/167.bugfix b/news/167.bugfix new file mode 100644 index 00000000..971a292d --- /dev/null +++ b/news/167.bugfix @@ -0,0 +1 @@ +- Discussion titles are now correctly translated [cekk]