When I configure the Regional and Language settings for content, the body field is not available to be selected for any content type. All the other content fields seems to be available, though. Because of this the body of content is not translatable. Am I missing something in the configuration or setup?
I am using the Drupal 9 sites which were built using pattern lab structure. When trying to translate the content using translate function t() in .theme file, the translated word from .theme file is not showing up in interface translate search to change it manually.
I am running a Portuguese version of Drupal 9.2 and I have a View with Paged Pager with the option allowing the user to control the number of display items to list.
When this view is displayed, the "Apply" button next to the "number of pages to display" does not translate.
I have checked the translation list and "Apply" is correctly translated.
Actually, in the Pager Option configuration box, the Apply button is correctly translated.
So I'm using a custom setup and would like to use the Twig I18n Extension on my site (with Twig 3.x)..... which works fine, apart from the fact that all the variables outputted in the "trans" function are not autoescaped. I've seen that this functionality, and the functionality to use the "raw" or "escape" filters etc on variables inside the trans tags is available within Drupal 8.