How To Install drupal7-locale_auto_import on Fedora 36

In this tutorial we learn how to install drupal7-locale_auto_import in Fedora 36. drupal7-locale_auto_import is Locale automatic import

Introduction

In this tutorial we learn how to install drupal7-locale_auto_import on Fedora 36.

What is drupal7-locale_auto_import

Search within your modules/features for .po files and import them in the DB within the right text group. When you install a new module with translations, the Locale module automatically imports them in the “Built-in interface” text group and chooses the mode “Existing strings and the plural format are kept, only new strings are added.”. It’s OK for mostly all modules but not for Features that can contain Content types, Fields or Views. This module recognizes the system name of the text group in the name of your .po file and imports it to the right text group automatically. The .po files will be searched in an “auto_translations” folder within your modules/features instead of “translations”. This package provides the following Drupal module * locale_auto_import

We can use yum or dnf to install drupal7-locale_auto_import on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drupal7-locale_auto_import.

Install drupal7-locale_auto_import on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install drupal7-locale_auto_import using dnf by running the following command:

sudo dnf -y install drupal7-locale_auto_import

Install drupal7-locale_auto_import on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install drupal7-locale_auto_import using yum by running the following command:

sudo yum -y install drupal7-locale_auto_import

How To Uninstall drupal7-locale_auto_import on Fedora 36

To uninstall only the drupal7-locale_auto_import package we can use the following command:

sudo dnf remove drupal7-locale_auto_import

drupal7-locale_auto_import Package Contents on Fedora 36

/usr/share/doc/drupal7-locale_auto_import
/usr/share/doc/drupal7-locale_auto_import/LICENSE.txt
/usr/share/doc/drupal7-locale_auto_import/README.txt
/usr/share/doc/drupal7-locale_auto_import/drupal7-locale_auto_import-RPM-README.txt
/usr/share/drupal7/modules/locale_auto_import
/usr/share/drupal7/modules/locale_auto_import/locale_auto_import.admin.inc
/usr/share/drupal7/modules/locale_auto_import/locale_auto_import.inc
/usr/share/drupal7/modules/locale_auto_import/locale_auto_import.info
/usr/share/drupal7/modules/locale_auto_import/locale_auto_import.install
/usr/share/drupal7/modules/locale_auto_import/locale_auto_import.module

References

Summary

In this tutorial we learn how to install drupal7-locale_auto_import on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).