diff --git a/src/Context/RawTqContext.php b/src/Context/RawTqContext.php index 938cd4c..5a696ae 100644 --- a/src/Context/RawTqContext.php +++ b/src/Context/RawTqContext.php @@ -117,6 +117,14 @@ public function getDrupalSelector($name) return $selectors[$name]; } + /** + * {@inheritdoc} + */ + public function getDrupalText($name) + { + // Make text selectors translatable. + return t(parent::getDrupalText($name)); + } /** * @param string $site