Skip to content

Commit

Permalink
Update Language Pack
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamthomas committed May 23, 2019
1 parent cc676f9 commit d69c6a7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
45 changes: 30 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Read more [Magento 2 German Language Pack](https://www.mageplaza.com/magento-2-g

This is status of German Language Pack, you can see how many percentage of this project has been done.

![language pack](http://progressed.io/bar/{{process}}?title=translated)
![language pack](http://progressed.io/bar/88?title=translated)

It is not fully translated? Feel free to contribute:
- [On Crowdin]({{crowdin}}): It takes time to approve your contribution by Magento team.
- [On Github]({{github_url}}/blob/master/HOW-TO-CONTRIBUTE.md): It's faster, our team will approve it after you send pull request.
- [On Crowdin](https://crowdin.com/project/magento-2): It takes time to approve your contribution by Magento team.
- [On Github](https://github.com/mageplaza/magento-2-german-language-pack/blob/master/HOW-TO-CONTRIBUTE.md): It's faster, our team will approve it after you send pull request.


Find other [language packs here](https://www.mageplaza.com/kb/magento-2-language-pack/)
Expand All @@ -39,14 +39,24 @@ Install the German language pack via composer is never easier.
**Install German pack**:

```
{{composer_install}}
composer require mageplaza/magento-2-german-language-pack:dev-master
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}}
composer update mageplaza/magento-2-german-language-pack:dev-master
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 (If any)
Expand Down Expand Up @@ -87,7 +97,7 @@ Your Magento 2 root folder can be: `/home/account_name/yourstore.com/public_html
unzip master.zip app/i18n/Mageplaza/
```

Rename folder `{{github_repo_name}}` to `{{magento_package_code}}`.
Rename folder `magento-2-german-language-pack` to `de_de`.


You also can unzip locally and upload them to Magento 2 root folder.
Expand All @@ -103,18 +113,18 @@ To download and install German pack manually, you have to access to your server

#### Step 1: Download the package

- [Download .zip]({{github_latest_version}})
- [Download .tar.gz]({{github_latest_version_tar}})
- [Download .zip](https://github.com/mageplaza/magento-2-german-language-pack/archive/master.zip)
- [Download .tar.gz](https://github.com/mageplaza/magento-2-german-language-pack/tarball/master)

#### Step 1: Unzip and upload

Unzip the compressed file and upload file `master.zip` into `app/i18n/Mageplaza/{{magento_package_code}}/`
Unzip the compressed file and upload file `master.zip` into `app/i18n/Mageplaza/de_de/`

See this screenshot:

![German pack](https://cdn3.mageplaza.com/media/general/language-pack.png)

This language pack code is: **{{magento_package_code}}**
This language pack code is: **de_de**

#### Step 2: Flush cache

Expand All @@ -130,25 +140,30 @@ Now time to active the German language pack for your Magento 2 store. From Magen
## 4. How to contribute

Contribute to this language at :
- [On Crowdin]({{crowdin}}): It takes time to approve your contribution by Magento team.
- [On Github]({{github_url}}/blob/master/HOW-TO-CONTRIBUTE.md): It's faster, our team will approve it after you send pull request.
- [On Crowdin](https://crowdin.com/project/magento-2): It takes time to approve your contribution by Magento team.
- [On Github](https://github.com/mageplaza/magento-2-german-language-pack/blob/master/HOW-TO-CONTRIBUTE.md): It's faster, our team will approve it after you send pull request.


## 5. Supported Magento versions

It supports all Magento 2 versions include [Magento 2 open-source](https://www.mageplaza.com/download-magento/) (Community), Magento 2 Commerce (EE), Magento Cloud, Magento B2B, Magento MSI.

{{magento_versions}}

- Magento v2.0.x
- Magento v2.1.x
- Magento v2.2.x
- Magento v2.3.x



## 6. Notes

- This project automatically updates weekly from Crowdin.
- Any question, issue please [create a new issue]({{github_url}}/issues/new)
- Any question, issue please [create a new issue](https://github.com/mageplaza/magento-2-german-language-pack/issues/new)

## 7. Language package authors

- [Magento official translations project for Magento 2]({{crowdin}})
- [Magento official translations project for Magento 2](https://crowdin.com/project/magento-2)
- Magento Community
- Language packages built by [Mageplaza team](https://www.mageplaza.com/)

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"mageplaza/module-core": "^1.3.13"
},
"type": "magento2-language",
"version": "1.0.1",
"minimum-stability": "dev",
"prefer-stable": true,
"license": [
Expand Down

0 comments on commit d69c6a7

Please sign in to comment.