- 🇳🇿New Zealand quietone
This work is being done in 📌 [META] Replace t() calls inside of classes Active . Closing this as a duplicate
In core there is not a real convention whether to use t() function to concatenate different string together or not. In #2567159: Fix improper usage of t() in ViewsBlock → we decided that t() function is misused when there is no reason to use it for concatenating strings.
$desc = t('@view: @display', array('@view' => $view->label(), '@display' => $display->display['display_title']));
Replace misuses of t() function with SafeMarkup::format().
Closed: duplicate
11.0 🔥
(Drupal 8 Multilingual Initiative) is the tag used by the multilingual initiative to mark core issues (and some contributed module issues). For versions other than Drupal 8, use the i18n (Internationalization) tag on issues which involve or affect multilingual / multinational support. That is preferred over Translation.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This work is being done in 📌 [META] Replace t() calls inside of classes Active . Closing this as a duplicate