How To Install drupal7-translation_table on Fedora 36

In this tutorial we learn how to install drupal7-translation_table in Fedora 36. drupal7-translation_table is UI for quick translation of dynamic strings

Introduction

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

What is drupal7-translation_table

UI for quick translation of taxonomies and menus. The i18n module allows for translation of taxonomy terms and menu items, but the process is tedious - you need to look up strings you want to translate, there is no overview of what’s already translated etc. This module presents your taxonomy terms or menu items in a table, and each language has a corresponding column. Just fill out the translations and click Save. Requires the i18n module, and either taxonomy or menu string translation. * menu item titles * vocabulary names and taxonomy terms * CCK field names and descriptions * content type names and descriptions * quick tab titles This package provides the following Drupal module * translation_table

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

Install drupal7-translation_table 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-translation_table using dnf by running the following command:

sudo dnf -y install drupal7-translation_table

Install drupal7-translation_table 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-translation_table using yum by running the following command:

sudo yum -y install drupal7-translation_table

How To Uninstall drupal7-translation_table on Fedora 36

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

sudo dnf remove drupal7-translation_table

drupal7-translation_table Package Contents on Fedora 36

/usr/share/doc/drupal7-translation_table
/usr/share/doc/drupal7-translation_table/LICENSE.txt
/usr/share/doc/drupal7-translation_table/README.txt
/usr/share/doc/drupal7-translation_table/drupal7-translation_table-RPM-README.txt
/usr/share/drupal7/modules/translation_table
/usr/share/drupal7/modules/translation_table/css
/usr/share/drupal7/modules/translation_table/css/translation-table-admin-rtl.css
/usr/share/drupal7/modules/translation_table/css/translation-table-admin.css
/usr/share/drupal7/modules/translation_table/includes
/usr/share/drupal7/modules/translation_table/includes/admin.inc
/usr/share/drupal7/modules/translation_table/includes/theme.inc
/usr/share/drupal7/modules/translation_table/modules
/usr/share/drupal7/modules/translation_table/modules/field.translation_table.inc
/usr/share/drupal7/modules/translation_table/modules/menu.translation_table.inc
/usr/share/drupal7/modules/translation_table/modules/node.translation_table.inc
/usr/share/drupal7/modules/translation_table/modules/quicktabs.translation_table.inc.d6
/usr/share/drupal7/modules/translation_table/modules/taxonomy.translation_table.inc
/usr/share/drupal7/modules/translation_table/translation_table.info
/usr/share/drupal7/modules/translation_table/translation_table.module

References

Summary

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