Download the PHP package yireo/magento2-translatabletitle without Composer
On this page you can find all versions of the php package yireo/magento2-translatabletitle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yireo/magento2-translatabletitle
More information about yireo/magento2-translatabletitle
Files in yireo/magento2-translatabletitle
Download yireo/magento2-translatabletitle
More information about yireo/magento2-translatabletitle
Files in yireo/magento2-translatabletitle
Vendor yireo
Package magento2-translatabletitle
Short Description Magento 2 extension to make XML layout titles translatable
License OSL-3.0
Homepage https://github.com/yireo/Yireo_TranslatableTitle
Package magento2-translatabletitle
Short Description Magento 2 extension to make XML layout titles translatable
License OSL-3.0
Homepage https://github.com/yireo/Yireo_TranslatableTitle
Keywords magentocomposer-installer
Please rate this library. Is it a good library?
Informations about the package magento2-translatabletitle
Yireo TranslateTitle
Magento 2 extension to make every page title (set in XML layout) translatable.
Backgrounds
Within Magento 2.1 (version at time of writing this), you can define a page title in XML layout using code like this:
<page>
<head>
<title>Example</title>
</head>
</page>
Unfortunately, this title is not translatable. This module can be installed to simply make it translatable anyway.
Installation
To install this extension, use the following command:
composer require yireo/magento2-translatabletitle
Afterwards, enable this module, run the setup scripts and flush the cache:
./bin/magento module:enable Yireo_TranslatableTitle
./bin/magento setup:upgrade
Status
Stable
All versions of magento2-translatabletitle with dependencies
PHP Build Version
Package Version
The package yireo/magento2-translatabletitle contains the following files
Loading the files please wait ....