From 5d8feb81e5476bc699d050fa3261c2722ab3ebb9 Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 23 May 2019 05:06:40 +0000 Subject: [PATCH] Update Language Pack --- README.md | 45 ++++++++++++++++++++++++++++++--------------- composer.json | 1 - 2 files changed, 30 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a3365dc..902492a 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Read more [Magento 2 French Language Pack](https://www.mageplaza.com/magento-2-f This is status of French 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/84?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-french-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/) @@ -39,14 +39,24 @@ Install the French language pack via composer is never easier. **Install French pack**: ``` -{{composer_install}} +composer require mageplaza/magento-2-french-language-pack:dev-master +php bin/magento setup:static-content:deploy fr_FR +php bin/magento indexer:reindex +php bin/magento cache:clean +php bin/magento cache:flush + ``` **Update French pack**: ``` -{{composer_update}} +composer update mageplaza/magento-2-french-language-pack:dev-master +php bin/magento setup:static-content:deploy fr_FR +php bin/magento indexer:reindex +php bin/magento cache:clean +php bin/magento cache:flush + ``` #### Authentication required (If any) @@ -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-french-language-pack` to `fr_fr`. You also can unzip locally and upload them to Magento 2 root folder. @@ -103,18 +113,18 @@ To download and install French 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-french-language-pack/archive/master.zip) +- [Download .tar.gz](/~https://github.com/mageplaza/magento-2-french-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/fr_fr/` See this screenshot: ![French pack](https://cdn3.mageplaza.com/media/general/language-pack.png) -This language pack code is: **{{magento_package_code}}** +This language pack code is: **fr_fr** #### Step 2: Flush cache @@ -130,25 +140,30 @@ Now time to active the French 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-french-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-french-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/) diff --git a/composer.json b/composer.json index 9d9f9ba..be0c83f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,6 @@ "mageplaza/module-core": "^1.3.13" }, "type": "magento2-language", - "version": "1.0.1", "minimum-stability": "dev", "prefer-stable": true, "license": [