The Translations forum is for those translating the Drupal user interface. You may post about how to use our translation tools and fixing problems associated with our translation tools.
I’m trying to create a custom block in Drupal 10 using the Views module to display a list of the most recently published nodes. Here’s what I’ve done so far:
Created a new View (Content → Recent Content).
Set the format to Unformatted List and added the Title and Post Date fields.
Under Advanced → Block, enabled the Create a block option.
I’m a new Drupal developer and would like to learn how to create a custom module in Drupal 9/10. Could someone guide me through the basic steps or share a reliable tutorial?
Here’s what I’ve tried so far:
Created a folder under /modules/custom/my_module.
Added a my_module.info.yml file with basic details.
Created a my_module.module file with a simple hook.
I have two domains, say www.example.com for English and www.example.nl for Dutch. When a user logs in to one of these domains, I want them to stay on that domain to administer and translate content.
On the Language Detection and selection page, I have Interface text language detection set to URL with the domains configured as described above and "Content language detection" is disabled.
We are working on connecting an Azure AI translation service into our drupal workflow. This module works great with a global service but not with a regional service. Does anyone have any leads on how to make this contrib module (https://www.drupal.org/project/tmgmt_microsoft) work with a regional service?