2017 © Pedro Peláez
 

magento2-module yireo_translatabletitle

Magento 2 extension to make XML layout titles translatable

image

yireo/yireo_translatabletitle

Magento 2 extension to make XML layout titles translatable

  • Sunday, November 26, 2017
  • by jissereitsma
  • Repository
  • 3 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yireo TranslateTitle

Magento 2 extension to make every page title (set in XML layout) translatable., (*1)

Backgrounds

Within Magento 2.1 (version at time of writing this), you can define a page title in XML layout using code like this:, (*2)

<page>
    <head>
        <title>Example</title>
    </head>
</page>

Unfortunately, this title is not translatable. This module can be installed to simply make it translatable anyway., (*3)

Installation

To install this extension, use the following command:, (*4)

composer require yireo/magento2-translatabletitle

Afterwards, enable this module, run the setup scripts and flush the cache:, (*5)

./bin/magento module:enable Yireo_TranslatableTitle
./bin/magento setup:upgrade

Status

Stable, (*6)

The Versions

26/11 2017

dev-master

9999999-dev https://github.com/yireo/Yireo_TranslatableTitle

Magento 2 extension to make XML layout titles translatable

  Sources   Download

OSL-3.0

The Requires

  • php >=7.0.0
  • magento/framework ^100.1|^101.0|^102.0

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento

25/03 2017

0.0.1

0.0.1.0 https://github.com/yireo/Yireo_TranslatableTitle

Magento 2 extension to make XML layout titles translatable

  Sources   Download

OSL-3.0

The Requires

  • magento/framework *
  • php >=7.0.0

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento