28/05
2018
Magento2 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)
/app/i18n/wilkesystems/de_DE/
kopierenAus 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
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
To translate new phrases follow these steps:, (*4)
Run this in your Magento 2 installation:, (*5)
php bin/magento i18n:collect-phrases -m > phrases.csv
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)