Loading modules/custom/wxt_ext/wxt_ext_workflow/config/language/fr/views.view.moderation_history.yml 0 → 100644 +5 −0 Original line number Diff line number Diff line display: page: display_options: menu: title: Historique modules/custom/wxt_ext/wxt_ext_workflow/wxt_ext_workflow.install +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ */ use Drupal\node\Entity\NodeType; use Drupal\wxt_translation\TranslationHelper; /** * Implements hook_install(). Loading @@ -27,4 +28,10 @@ function wxt_ext_workflow_install() { foreach (NodeType::loadMultiple() as $node_type) { wxt_ext_workflow_node_type_insert($node_type); } // Install config translations. $moduleHandler = \Drupal::service('module_handler'); if ($moduleHandler->moduleExists('wxt_translation')) { TranslationHelper::importTranslations('wxt_ext_workflow'); } } Loading
modules/custom/wxt_ext/wxt_ext_workflow/config/language/fr/views.view.moderation_history.yml 0 → 100644 +5 −0 Original line number Diff line number Diff line display: page: display_options: menu: title: Historique
modules/custom/wxt_ext/wxt_ext_workflow/wxt_ext_workflow.install +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ */ use Drupal\node\Entity\NodeType; use Drupal\wxt_translation\TranslationHelper; /** * Implements hook_install(). Loading @@ -27,4 +28,10 @@ function wxt_ext_workflow_install() { foreach (NodeType::loadMultiple() as $node_type) { wxt_ext_workflow_node_type_insert($node_type); } // Install config translations. $moduleHandler = \Drupal::service('module_handler'); if ($moduleHandler->moduleExists('wxt_translation')) { TranslationHelper::importTranslations('wxt_ext_workflow'); } }