Active
Project:
Features
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2015 at 19:34 UTC
Updated:
13 Oct 2015 at 19:34 UTC
Jump to comment: Most recent
In generation method plugins, we generate messages without translating them at the time so they may be passed through either drush_log() (if called via Drush) or drupal_set_message() (if called via the UI).
An issue with how we've done this is that the messages won't be extracted by Translation Template Extractor.
Comments