habeuk/language_lighter

A module that helps you update the content language translation status directly through their configuration page

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:drupal-module-custom

1.0.1 2024-02-29 09:19 UTC

This package is auto-updated.

Last update: 2024-05-29 09:45:45 UTC


README

drupal module which separates translation activation forms from content

Installation

  1. Retrieve this module files in your site module folder or user composer to do using the following command:
    composer require habeuk/language_lighter:^1.0.0
  2. Instal The module using Drush(only if you have it and from the folder containing de web folder) or through the GUI. The drush command is
    vendor/bin/drush en language_lighter
  3. Clear cache

Use

First you have to enable the module fonctionnality on your entity(ies). To do so, go to the language_lighter config form( Route:/admin/config/system/language-lighter)

setting form example

After that all you have to do is access your bundle translation form with the contextual entity operation link (Translation settings)

contextual link example