Drupal CMS Multilingual recipe
This project adds support for translating your website into multiple languages, allowing you to manage translations for content, configuration, and the admin interface. It provides a guided checklist to help you configure and set up your site's multilingual capabilities.
Adds support for translating your site into multiple languages.
Next steps
After applying this recipe, open the Multilingual setup checklist at
Administration » Configuration » Regional and language » Multilingual setup
checklist (/admin/config/regional/multilingual-checklist). It walks you through the rest, and keeps track of what is done:
- Add the languages you want to support.
- Check how the site picks a language for each visitor.
- Choose which content types and fields are translatable, on a simplified version of the Content language and translation page.
- Translate your Canvas pages, content, configuration and the admin interface.
Modules installed
- Better Content Language Settings
- Canvas Translate
- Configuration Translation (core)
- Content Translation (core)
- Interface Translation (core)
- Language (core)
- Language Checklist
Installation
This project is part of Drupal CMS. If you're not using Drupal CMS, you can still use this recipe in your own project. Add it with the following Composer command:
composer require drupal/drupal_cms_multilingual Bugs and feedback
If you encounter any bugs or have feedback about this recipe, please file an issue in the Drupal CMS issue queue.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.