Strings wont be picked up for translation.

see #2019679: Support for Drupal 8 $this->t()

CommentFileSizeAuthor
#1 drupal-forum-2079477.patch4.32 KBParisLiakos
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ParisLiakos’s picture

Status: Active » Needs review
FileSize
4.32 KB

also fixed the typehint in ForumController

larowlan’s picture

Thanks I missed that this had gone in. Is there no interface?

ParisLiakos’s picture

larowlan’s picture

So we're relying on searching for t()?

ParisLiakos’s picture

yes, strings for localize.d.o will only be picked in t('') or $this->t('') context. anything else wont be parsed

larowlan’s picture

Status: Needs review » Reviewed & tested by the community

In that case

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.