Varbase i18n Base
Drupal.org Project
Included Modules
Module
Purpose
Installation
ddev drush recipe ../recipes/varbase_i18n_basePost-Installation
Last updated
The Varbase internationalization Base recipe provides internationalization, language management, and translation support for building multilingual Varbase sites.
https://www.drupal.org/project/varbase_i18n_base
Brings in the following core and contributed modules to your site:
Language (in Drupal core)
Allows users to configure available languages.
Interface Translation (in Drupal core)
Allows users to translate interface text and to switch between interface languages.
Configuration Translation (in Drupal core)
Allows users to translate configuration text.
Content Translation (in Drupal core)
Allows users to translate content.
Core module for ECA framework.
Advanced language handling within ECA.
Apply the recipe using Drush:
ddev drush recipe ../recipes/varbase_i18n_baseAfter applying the recipe, add languages by navigating to Administration > Configuration > Regional and language > Languages and clicking Add language. Once languages are added, enable content translation for each content type under Administration > Configuration > Regional and language > Content language and translation.
Last updated