Search by

yireo / yireo_translatabletitle

This package is abandoned and no longer maintained. The author suggests using the yireo/magento2-translatabletitle package instead.

Magento 2 extension to make XML layout titles translatable

Maintainers

Package info

github.com/yireo/Yireo_TranslatableTitle

Type:magento2-module

pkg:composer/yireo/yireo_translatabletitle

Transparency log

Fund package maintenance!

yireo

www.paypal.me/yireo

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 1

0.0.1 2017-03-25 09:32 UTC

This package is auto-updated.

Last update: 2026-09-03 08:44:44 UTC


README

Magento version PHP version License Latest Version

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

Current status

Static Tests Unit Tests Integration Tests Playwright DI Compilation