Skip to content

poochie2/magento-2-german-language-pack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 German Language Pack

Magento 2 German Language Pack is a helpful document that is donated by Mageplaza. The package will contain two steps (Download & Contribute and Install) to point out how you can apply German Language on the storefront and backend of Magento 2 store. All phrases are contributed by Magento 2 translation project at Crowdin.

Read more Magento 2 German Language Pack

Overview

  • Download & Contribute
  • Install German Language Pack
  • How to Install German Language Pack

Download & Contribute to German Language Pack

Below are two active buttons which are required operations before installing the language package. Let's hit them to download and contribute Magento 2 German Language Pack immediately!

Download packages:

Find other language packs here

How to Install German Language Pack

There are 3 different methods to install this language pack.

#1. Composer method

Install the German language pack via composer is never easier.

Install German pack:

composer require mageplaza/magento-2-german-language-pack:dev-master
php bin/magento cache:clean
php bin/magento setup:static-content:deploy de_DE
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush

Update German pack:

composer update mageplaza/magento-2-german-language-pack:dev-master
php bin/magento cache:clean
php bin/magento setup:static-content:deploy de_DE
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush

Authentication required (Optional)

Authentication required

If you have not added this authentication, you can follow this guide

#2. Copy & Paste method

This method suitable for non-technical people such as merchants. Just download the package then flush cache.

Overview

  • Step 1: Download the German language pack
  • Step 2: Unzip German pack
  • Step 3: Flush Magento 2 Cache

Step 1 : Download the German language pack

You can download the language pack from above link

Step 2: Unzip German pack

Unzip the German language pack to Magento 2 root folder. In this guide, we extract to /var/www/html/ Your Magento 2 root folder can be: /home/account_name/yourstore.com/public_html/

unzip fr.zip /var/www/html/

You also can unzip locally and upload them to Magento 2 root folder.

Step 3: Flush Magento 2 Cache

Follow this guide to Flush Cache on your Magento 2 store

#3. Download and install manually

</