2017 © Pedro PelĆ”ez
 

magento2-language magento2-german-language

Magento2 German Language Pack

image

wilkesystems/magento2-german-language

Magento2 German Language Pack

  • Monday, May 28, 2018
  • by wilkesystems
  • Repository
  • 0 Watchers
  • 0 Stars
  • 144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Magento 2 German Language Pack

Deutsches Sprachpaket fĆ¼r Magento 2 Community Edition, (*1)

Die Ɯbersetzung wurde nach eigenem Ermessen vorgenommen. Die Ɯbersetzung ist komplett, d.h. alle Sprachausgaben von Magento 2 wurden vom Englischen ins Deutsche Ć¼bersetzt., (*2)

Installation

  • Alle Dateien nach /app/i18n/wilkesystems/de_DE/ kopieren

Aus dem Magento-Root-Verzeichnis folgende Befehle aufrufen:, (*3)

rm pub/static/frontend/Magento/luma/de_DE/js-translation.json
php bin/magento setup:static-content:deploy de_DE -f
php bin/magento setup:upgrade
rm -rf var/di
php bin/magento setup:di:compile

Installation mit Composer

composer require wilkesystems/magento2-german-language:dev-master
rm pub/static/frontend/Magento/luma/de_DE/js-translation.json
php bin/magento setup:static-content:deploy de_DE

Add new phrases

To translate new phrases follow these steps:, (*4)

Get phrases from Magento

Run this in your Magento 2 installation:, (*5)

php bin/magento i18n:collect-phrases -m > phrases.csv

Compare phrases with old translation file

Copy the phrases.csv into this repository and run:, (*6)

php check_new.php

This will output a new file de_DE_new.csv which only contains the phrases that are not yet translated in de_DE.csv., (*7)

The Versions

28/05 2018

dev-master

9999999-dev

Magento2 German Language Pack

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.0.0 || ^101.0.0

 

07/01 2018

v1.0.0

1.0.0.0

Magento2 German Language Pack

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.0.0 || ^101.0.0