2017 © Pedro Peláez
 

magento2-module magento2-additional-language-file

image

yireo/magento2-additional-language-file

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

The README.md

Yireo AdditionalLanguageFile

This Magento 2 module adds the ability to add an extra language file to your theme., (*1)

Overview

Every theme has the ability to override language strings in a file like i18n/en_US.csv. This module allows you to add a second file i18n/en_US_additional.csv which is loaded on top of the original file. The benefit of this is that you can have a parent theme that fills up the en_US.csv which is then inherited in the child theme. Yet using this module, you can make specific overrides in the additional language file., (*2)

Installation

Install this module within Magento 2 using composer:, (*3)

composer require yireo/magento2-additional-language-file

And of course afterwards use the regular commands to enable the module., (*4)

Technical architecture

This module remaps the preference for the original Magento\Framework\Translate file to a new class., (*5)

The Versions

26/11 2017

dev-master

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

  Sources   Download

OSL-3.0

The Requires

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

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento

28/01 2017

0.1.0

0.1.0.0

  Sources   Download

OSL-3.0

The Requires

  • magento/framework 100.*
  • php >=5.6.0

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento